* Makefile.in, configure, aclocal.m4: Deleted from CVS repository.

Run the autogen.sh script to create generated files like these.
* autogen.sh: New script, invoked by the top-level autogen.sh.
This commit is contained in:
Jim Blandy 1999-10-05 23:06:49 +00:00
commit 50a0663ce4

10
guile-readline/autogen.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
[ -f readline-activator.scm ] || {
echo "autogen.sh: run this command only in the guile-readline directory."
exit 1
}
aclocal -I .
autoconf
automake