summaryrefslogtreecommitdiff
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
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.
-rw-r--r--.cvsignore2
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh5
3 files changed, 8 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index 600db63..8be6e4a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -13,4 +13,4 @@ missing
install-sh
mkinstalldirs
atk-uninstalled.pc
-
+sgml
diff --git a/ChangeLog b/ChangeLog
index 6e297f8..b7ae236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-13 Darin Adler <darin@bentspoon.com>
+
+ * .cvsignore: Ignore some generated files.
+ * autogen.sh: Get rid of call to autoheader since the
+ configure file doesn't include AM_CONFIG_HEADER.
+
2001-07-11 Brian Cameron <brian.cameron@sun.com>
* tmpl/atkdocument.sgml
Added new file for docs.
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