Revision 5279176ab4ef97768fe973ca36fb05ff99f07e7a authored by andrewjpage on 26 July 2013, 10:47:07 UTC, committed by andrewjpage on 26 July 2013, 10:47:07 UTC
1 parent 077651b
Raw File
configure.ac
AC_INIT([Gubbins], [0.1])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])   

AC_PROG_LIBTOOL
AC_PROG_CC                                   
AC_PROG_CXX

#m4_include([m4/ax_python_devel.m4])
#AX_PYTHON_DEVEL

AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT

AC_CHECK_HEADERS([zlib.h math.h])
back to top