From: helge Date: Tue, 22 Mar 2005 13:38:03 +0000 (+0000) Subject: do not print a msg when the config.make is used X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8469aa63a3facd025c08103fc6f054b39c91cbcf;p=sope do not print a msg when the config.make is used git-svn-id: http://svn.opengroupware.org/SOPE/trunk@687 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/configure b/configure index d62b6362..6784de0f 100755 --- a/configure +++ b/configure @@ -230,10 +230,10 @@ function genConfigMake() { cfgwrite "# make debug=yes" cfgwrite "" - cfgwrite "# print on the cmdline that this file is being used" - cfgwrite "all :: " - cfgwrite " @echo Local GNUstep config.make is active" - cfgwrite "" + #cfgwrite "# print on the cmdline that this file is being used" + #cfgwrite "all :: " + #cfgwrite " @echo Local GNUstep config.make is active" + #cfgwrite "" # TODO: should be also write a GNUSTEP_INSTALLATION_DIR / BUNDLE_INSTALL_DIR?