mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist.
4 lines
46 B
Bash
Executable file
4 lines
46 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autoheader
|
|
autoreconf --force "$@"
|