summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-03-18 01:58:34 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-03-18 01:58:34 +0000
commitc395df9bf8463fd367af146c3ab317b1c3ca9b96 (patch)
tree410d338528725098ceff51ce0084409371a75c97 /autogen.sh
parentddf32b9455806ea339040d4aae4d556eae05236f (diff)
downloadvte-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-xautogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index f47635e8..b8240d64 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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