diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-03-18 01:58:34 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-03-18 01:58:34 +0000 |
commit | c395df9bf8463fd367af146c3ab317b1c3ca9b96 (patch) | |
tree | 410d338528725098ceff51ce0084409371a75c97 /autogen.sh | |
parent | ddf32b9455806ea339040d4aae4d556eae05236f (diff) | |
download | vte-c395df9bf8463fd367af146c3ab317b1c3ca9b96.tar.gz |
Adjust warnings used when in maintainer mode.
* autogen.sh configure.in: Adjust warnings used when in maintainer mode.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,5 @@ #!/bin/bash -e -#PROTOTYPES="-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations" -WARNINGS="-Wcast-align $PROTOTYPES" -CFLAGS="${CFLAGS:--g3 -Wall $WARNINGS}" ; export CFLAGS +CFLAGS="${CFLAGS:--g3 -Wall}" ; export CFLAGS set -x libtoolize -f autoheader |