* 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:
parent
cc519254c5
commit
03e893b23d
2 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
2003-04-28 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
||||||
|
|
||||||
* src/ltlparse/Makefile.am (CXXFLAGS): Turn on GCC warnings
|
* src/ltlparse/Makefile.am (CXXFLAGS): Turn on GCC warnings
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
AC_PREREQ([2.57])
|
AC_PREREQ([2.57])
|
||||||
AC_INIT([spot], [0.1])
|
AC_INIT([spot], [0.1])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AM_INIT_AUTOMAKE([foreign 1.7.3])
|
AM_INIT_AUTOMAKE([foreign nostdinc 1.7.3])
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue