added a note about GNU make to the configure script output
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 18 Jul 2002 21:29:37 +0000 (21:29 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 18 Jul 2002 21:29:37 +0000 (21:29 +0000)
citadel/ChangeLog
citadel/configure.ac

index ffc0d4577471f1cf8a42111451039a9da119cab1..984062927b090278e9a4b3c19bb1af66e0456f5b 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 591.67  2002/07/18 21:29:37  nbryant
+ added a note about GNU make to the configure script output
+
  Revision 591.66  2002/07/18 20:21:18  ajc
  * Eliminated the 512-message limit in the client for reading messages.
 
@@ -3811,3 +3814,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 23d71fc559ae6c61ed898b97eafd7425c6326b6f..eebf7af895199e3cdf95d83f63ec20e20de0f015 100644 (file)
@@ -482,3 +482,10 @@ AC_OUTPUT
 if test -z "$DATABASE"; then
        AC_MSG_WARN([No database driver was found. Please install Berkeley DB.])
 fi
+
+echo ...
+echo ...
+echo "... On many operating systems, you must use GNU make (gmake) to compile"
+echo ... Citadel.
+echo ...
+echo ...