Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
03e893b2
Commit
03e893b2
authored
Apr 29, 2003
by
Alexandre Duret-Lutz
Browse files
* configure.ac (AM_INIT_AUTOMAKE): Use nostdinc, to make
sure we always use paths relative to src/ in src/'s subdirectories.
parent
cc519254
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
03e893b2
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
...
...
configure.ac
View file @
03e893b2
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment