1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

* autogen.sh: Call autoheader explicitly. autoreconf runs

autoconf before autoheader, and autoconf complains if
libguile/scmconfig.h.in doesn't exist.
This commit is contained in:
Jim Blandy 1999-10-05 22:34:35 +00:00
parent 924cb850bc
commit ee31ced26a

View file

@ -1,3 +1,4 @@
#!/bin/sh
autoheader
autoreconf --force "$@"