1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

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.
This commit is contained in:
Jim Blandy 1999-10-05 19:07:40 +00:00
parent 80f2710274
commit 5d94b2fead
8 changed files with 25 additions and 148 deletions

3
autogen.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
autoreconf --force "$@"