From ee31ced26aeda90caf03f5e486108985f7aeee8c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 5 Oct 1999 22:34:35 +0000 Subject: [PATCH] * autogen.sh: Call autoheader explicitly. autoreconf runs autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) 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 "$@"