use autoheader to create config.h.in
[xboard.git] / autogen.sh
index d8d1673..6d08b67 100755 (executable)
@@ -1,5 +1,6 @@
 #! /bin/sh
 
 aclocal \
+&& autoheader \
 && automake --add-missing \
 && autoconf
\ No newline at end of file