Ignore some generated files. Get rid of call to autoheader since the
authorDarin Adler <darin@src.gnome.org>
Fri, 13 Jul 2001 16:26:35 +0000 (16:26 +0000)
committerDarin Adler <darin@src.gnome.org>
Fri, 13 Jul 2001 16:26:35 +0000 (16:26 +0000)
* .cvsignore: Ignore some generated files.
* autogen.sh: Get rid of call to autoheader since the
configure file doesn't include AM_CONFIG_HEADER.

.cvsignore
ChangeLog
autogen.sh

index 600db63..8be6e4a 100644 (file)
@@ -13,4 +13,4 @@ missing
 install-sh
 mkinstalldirs
 atk-uninstalled.pc
-
+sgml
index 6e297f8..b7ae236 100644 (file)
--- 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.
index 14b21f2..67ea208 100755 (executable)
@@ -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