blob: bc2fc3bf4917bdd0e440bca5d757bddb7f2af024 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# This is a script to create all the configuration files when
# you compile from the CVS source. You should NOT use it to
# compile the distribution.
aclocal
autoheader
automake
autoconf
|