add some explanatory text to bootstrap
[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 of automake will probably work, but I
13 echo recommend the latest compatible versions of autoconf and libtool.
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