gambas-source-code/TEMPLATE/template/configure.ac
Randall Morgan f1a965045e [GB.GSL] * NEW: Initial commit of working code. Currently
only basic math functions.

git-svn-id: svn://localhost/gambas/trunk@4431 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-01-30 23:09:00 +00:00

14 lines
260 B
Text

dnl ---- configure.ac for gb.gsl
AC_INIT(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.gsl)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
gsl,
GSL,
[GNU Scientific Library component],
[src],
gsl)
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES