This website requires JavaScript.
Explore
Help
Sign in
dmbcs
/
guile
Watch
1
Star
0
Fork
You've already forked guile
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
50a0663ce4
guile
/
autogen.sh
5 lines
46 B
Bash
Raw
Normal View
History
Unescape
Escape
Don't store generated files in the repository any more. Instead, require people to run autogen.sh on trees from snapshots and CVS. * Makefile.in, acconfig.h, aclocal.m4, configure: Deleted. * autogen.sh: New file. * ANON-CVS, SNAPSHOTS: Updated instructions.
1999-10-05 19:07:40 +00:00
#!/bin/sh
* autogen.sh: Call autoheader explicitly. autoreconf runs autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist.
1999-10-05 22:34:35 +00:00
autoheader
Don't store generated files in the repository any more. Instead, require people to run autogen.sh on trees from snapshots and CVS. * Makefile.in, acconfig.h, aclocal.m4, configure: Deleted. * autogen.sh: New file. * ANON-CVS, SNAPSHOTS: Updated instructions.
1999-10-05 19:07:40 +00:00
autoreconf --force
"
$@
"
Reference in a new issue
Copy permalink