1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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 #!/bin/sh
autoheader
autoreconf --force "$@" autoreconf --force "$@"