diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-08-25 11:20:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-08-25 22:08:45 +0200 |
commit | bfb2e1135842460d450cd514b8ef692a752db26c (patch) | |
tree | 6d0d9bfe7eb8a82c651faa6327c1c89ef2749d44 /ChangeLog | |
parent | 4b7513463d20acca02ed233583fef958352f2c71 (diff) |
Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
Gnulib code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-08-25 Ludovic Courtès <ludo@gnu.org> + + * configure.in (GCC_CFLAGS): New variable. Store GCC flags like + `-Werror' inside it so that they are not used when compiling + Gnulib modules. + 2008-08-21 Ludovic Courtès <ludo@gnu.org> * autogen.sh: Don't use `gnulib-tool', use the Gnulib files |