Index: trunk/psastro/autogen.sh
===================================================================
--- trunk/psastro/autogen.sh	(revision 7574)
+++ trunk/psastro/autogen.sh	(revision 8780)
@@ -17,5 +17,5 @@
 LIBTOOLIZE=libtoolize
 ACLOCAL=aclocal
-# AUTOHEADER=autoheader
+AUTOHEADER=autoheader
 AUTOMAKE=automake
 AUTOCONF=autoconf
@@ -37,11 +37,11 @@
 }
 
-# ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
-#         echo
-#         echo "You must have $AUTOHEADER installed to compile $PROJECT."
-#         echo "Download the appropriate package for your distribution,"
-#         echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
-#         DIE=1
-# }
+($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
+        echo
+        echo "You must have $AUTOHEADER installed to compile $PROJECT."
+        echo "Download the appropriate package for your distribution,"
+        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
+        DIE=1
+}
 
 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
@@ -77,5 +77,5 @@
 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
 $ACLOCAL || echo "$ACLOCAL failed"
-# $AUTOHEADER || echo "$AUTOHEADER failed"
+$AUTOHEADER || echo "$AUTOHEADER failed"
 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE  failed"
 $AUTOCONF || echo "$AUTOCONF failed"
