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:
parent
924cb850bc
commit
ee31ced26a
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
autoheader
|
||||||
autoreconf --force "$@"
|
autoreconf --force "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue