]> err.no Git - sope/commitdiff
do not print a msg when the config.make is used
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 22 Mar 2005 13:38:03 +0000 (13:38 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 22 Mar 2005 13:38:03 +0000 (13:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@687 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

configure

index d62b63620927c12bd838a28882bb7d7c3b0b1df5..6784de0fe43e29d8c98952ae95504f54a2beaa9d 100755 (executable)
--- 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?