* configure.ac (AM_INIT_AUTOMAKE): Use nostdinc, to make

sure we always use paths relative to src/ in src/'s
subdirectories.
This commit is contained in:
Alexandre Duret-Lutz 2003-04-29 11:15:00 +00:00
parent cc519254c5
commit 03e893b23d
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-04-29 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
* configure.ac (AM_INIT_AUTOMAKE): Use nostdinc, to make
sure we always use paths relative to src/ in src/'s
subdirectories.
2003-04-28 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
* src/ltlparse/Makefile.am (CXXFLAGS): Turn on GCC warnings

View file

@ -1,7 +1,7 @@
AC_PREREQ([2.57])
AC_INIT([spot], [0.1])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([foreign 1.7.3])
AM_INIT_AUTOMAKE([foreign nostdinc 1.7.3])
AC_PROG_CXX