--- criticalmass-1.0.0.orig/autogen.sh
+++ criticalmass-1.0.0/autogen.sh
@@ -1,10 +1,11 @@
 #!/bin/sh
-#
+
+touch defines.h.in
 aclocal
 automake --foreign --copy --ignore-deps --add-missing
 autoconf
 rm -f stamp-h1
-touch defines.h.in
+autoheader
 
 # Run configure for this platform
 #./configure $*
