This commit is contained in:
john stone 2013-11-07 04:34:45 +01:00
parent 5d45f0caee
commit f848374a1f
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
AC_INIT([sic++],[0.1])
AC_PREREQ([2.64])
AC_CONFIG_SRCDIR([src/sic.cc])
AC_CONFIG_SRCDIR([src/sicmain.cc])
AC_CONFIG_HEADERS([src/config.h])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE([1.11 -Wall no-define subdirs-objects \
AM_INIT_AUTOMAKE([1.11 foreign -Wall no-define subdir-objects \
color-tests \
silent-rules \
parallel-tests])
AM_INIT_AUTOMAKE([1.11 -Wall no-define subdirs-objects])
AC_PROG_CC
dnl AM_PROG_CC_C_O
AC_PROG_CXX