summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-02-25 17:30:22 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-02-25 17:30:22 +0000
commit38fb480261b192dd73a8edcd22599d0d2fe57f67 (patch)
treebaa4697c97826708735650133f3bc425f23c9566 /autogen.sh
Initial revision
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..8f3ce9d
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/bash -e
+#PROTOTYPES="-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations"
+WARNINGS="-Wcast-align $PROTOTYPES"
+CFLAGS="${CFLAGS:--g3 -Wall $WARNINGS}" ; export CFLAGS
+set -x
+libtoolize -f
+autoheader
+aclocal
+automake -a
+autoconf
+./configure --disable-shared --enable-maintainer-mode $@