add some explanatory text to bootstrap
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 16 Oct 2001 18:21:53 +0000 (18:21 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 16 Oct 2001 18:21:53 +0000 (18:21 +0000)
citadel/ChangeLog
citadel/bootstrap

index 92b2ab25cac056f2213591f1640c9135dbc6e82b..e1845748eace742b1364ae45d5931c89a37e5466 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 580.60  2001/10/16 18:21:53  nbryant
+ add some explanatory text to bootstrap
+
  Revision 580.59  2001/10/16 17:43:53  nbryant
   - further configure tweaks for FreeBSD and Tru64 Unix
   - updated to latest libtool configure fragment
@@ -2805,3 +2808,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+
index c18665abcd399d46a30312411da25e963c2bb0ac..076c42ac60af383d63f606a1f4ad14fa28eb1ecc 100755 (executable)
@@ -6,3 +6,13 @@ aclocal
 libtoolize --force
 autoconf
 autoheader
+
+echo
+echo This script has been tested with autoconf 2.52, libtool 1.4.2, and
+echo automake 1.5. Other versions of automake will probably work, but I
+echo recommend the latest compatible versions of autoconf and libtool.
+echo
+echo Some versions of libtool may have outputted, above, a spurious warning
+echo that you have to regenerate your aclocal.m4. This is a mostly harmless bug
+echo and can be ignored.
+echo