Revision 7c2bf65dbbfb13da9f732ccb772438e55774fd82 authored by andrewjpage on 17 February 2014, 16:27:19 UTC, committed by andrewjpage on 17 February 2014, 16:27:19 UTC
1 parent 1b7298a
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

AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT

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