* autogen.sh: Call autoheader explicitly. autoreconf runs
authorJim Blandy <jimb@red-bean.com>
Tue, 5 Oct 1999 22:34:35 +0000 (22:34 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 5 Oct 1999 22:34:35 +0000 (22:34 +0000)
autoconf before autoheader, and autoconf complains if
libguile/scmconfig.h.in doesn't exist.

autogen.sh

index f37fd42..f192b49 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
+autoheader
 autoreconf --force "$@"