summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: call ./guile-aclocal.sh instead of aclocal.Michael Livshin2000-06-011-1/+2
| | | | | | guile-readline/autogen.sh: call ../guile-aclocal.sh instead of aclocal. guile-aclocal.sh: new file, works around aclocal problems.
* * autogen.sh: Call libtoolize. Pass --add-missing option toMarius Vollmer2000-01-251-2/+2
| | | | | | automake. Do not decent into libltdl directory. The libltdl directory is now populated by libtoolize and does not need any further autogeneration.
* * autogen.sh: Added messages as we run autogen in subdirectories.Greg J. Badros2000-01-111-2/+2
| | | | | * configure.in: Output libugile/guile-func-name-check script, and chmod +x it.
* * libltdl/autogen.sh: New file.Marius Vollmer2000-01-111-0/+1
| | | | * autogen.sh: Invoke libltdl/autogen.sh.
* * autogen.sh: Don't call autoreconf at all; it's not reliable.Jim Blandy1999-10-051-1/+10
| | | | | Instead, call the various tools explicitly. Invoke guile-readline's autogen.sh script.
* * autogen.sh: Call autoheader explicitly. autoreconf runsJim Blandy1999-10-051-0/+1
| | | | | autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist.
* Don't store generated files in the repository any more. Instead,Jim Blandy1999-10-051-0/+3
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.