tweaked explanatory text
[citadel.git] / citadel / bootstrap
1 #!/bin/sh
2 #
3 # run me after checking Citadel out of CVS.
4 #
5 aclocal
6 libtoolize --force
7 autoconf
8 autoheader
9
10 echo
11 echo This script has been tested with autoconf 2.52, libtool 1.4.2, and
12 echo automake 1.5. Other versions may work, but I recommend the latest
13 echo compatible versions of these.
14 echo
15 echo Some versions of libtool may have outputted, above, a spurious warning
16 echo that you have to regenerate your aclocal.m4. This is a mostly harmless bug
17 echo and can be ignored.
18 echo
19 echo Also note that autoconf, automake, and libtool should all be configured
20 echo with the same prefix.
21 echo