From: Jim Blandy Date: Tue, 5 Oct 1999 22:34:35 +0000 (+0000) Subject: * autogen.sh: Call autoheader explicitly. autoreconf runs X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/ee31ced26aeda90caf03f5e486108985f7aeee8c * autogen.sh: Call autoheader explicitly. autoreconf runs autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist. --- diff --git a/autogen.sh b/autogen.sh index f37fd42f6..f192b4965 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,4 @@ #!/bin/sh +autoheader autoreconf --force "$@"