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
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 "$@"