* 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:
parent
7148264401
commit
50a0663ce4
1 changed files with 10 additions and 0 deletions
10
guile-readline/autogen.sh
Executable file
10
guile-readline/autogen.sh
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue