diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-01-06 00:15:06 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:00 +0200 |
commit | dd445ab906de464eaee2b45f1722fa27a886b591 (patch) | |
tree | f4b14f1ed1fa7da2d7d7b6fd4a2562a0e5850fd7 /configure.ac | |
parent | 818dca5f6e64e5db7ff40c860a17b8a6bbe1af30 (diff) | |
download | gnumach-dd445ab906de464eaee2b45f1722fa27a886b591.tar.gz gnumach-dd445ab906de464eaee2b45f1722fa27a886b591.tar.bz2 gnumach-dd445ab906de464eaee2b45f1722fa27a886b591.zip |
2007-01-06 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac (AM_INIT_AUTOMAKE): Add ``-Wall -Wno-portability''.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6815f9c1..86357b18 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,8 @@ dnl Do not clutter the main build directory. dnl This is only a very rough estimation of the version we actually need. Feel dnl free to refine that. [1.9] +dnl We require GNU make. + [-Wall -Wno-portability] ) # |