summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-07-13 16:26:35 +0000
committerDarin Adler <darin@src.gnome.org>2001-07-13 16:26:35 +0000
commitde955c906500f31993c480c3f0fd020df551d8af (patch)
treef0ed5f2b63b5b5233bd23bc9905642e92e2b47df /autogen.sh
parent55e900f66517384b33eadece7100d86b90aca7a8 (diff)
downloadatk-de955c906500f31993c480c3f0fd020df551d8af.tar.gz
Ignore some generated files. Get rid of call to autoheader since the
* .cvsignore: Ignore some generated files. * autogen.sh: Get rid of call to autoheader since the configure file doesn't include AM_CONFIG_HEADER.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 14b21f2..67ea208 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -74,9 +74,6 @@ fi
aclocal $ACLOCAL_FLAGS
-# optionally run autoheader
-(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-
automake -a $am_opt
autoconf
cd $ORIGDIR
@@ -86,4 +83,4 @@ if test -z "$AUTOGEN_SUBDIR_MODE"; then
echo
echo "Now type 'make' to compile $PROJECT."
-fi \ No newline at end of file
+fi