[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-cvs
Subject:    svn commit: r13808 - trunk/build/ac-macros
From:       maxb () tigris ! org
Date:       2005-03-31 21:55:03
Message-ID: 200503312155.j2VLt3u07391 () morbius ! ch ! collab ! net
[Download RAW message or body]

Author: maxb
Date: Thu Mar 31 15:55:02 2005
New Revision: 13808

Modified:
   trunk/build/ac-macros/svn-macros.m4
Log:
Fix config.nice re-creation on Cygwin.

* build/ac-macros/svn-macros.m4 (SVN_CONFIG_NICE):
    AC_REQUIRE([AC_CANONICAL_HOST]), so this actually works.
    Fix some code style whilst working here.


Modified: trunk/build/ac-macros/svn-macros.m4
Url: http://svn.collab.net/viewcvs/svn/trunk/build/ac-macros/svn-macros.m4?view=diff&r \
ev=13808&p1=trunk/build/ac-macros/svn-macros.m4&r1=13807&p2=trunk/build/ac-macros/svn-macros.m4&r2=13808
 ==============================================================================
--- trunk/build/ac-macros/svn-macros.m4	(original)
+++ trunk/build/ac-macros/svn-macros.m4	Thu Mar 31 15:55:02 2005
@@ -8,7 +8,8 @@
 dnl regenerates the output files. config.nice is useful after you rebuild
 dnl ./configure (via autoconf or autogen.sh)
 AC_DEFUN(SVN_CONFIG_NICE,[
-  echo creating $1
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  AC_MSG_NOTICE([creating $1])
   rm -f $1
   cat >$1<<EOF
 #! /bin/sh
@@ -19,7 +20,7 @@
 
   case $host in
     *-*-cygwin*)
-      dnl exec closes config.nice before configure attempts to rewrite it
+      # exec closes config.nice before configure attempts to rewrite it
       EXEC_HACK="exec "
       ;;
     *)

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-help@subversion.tigris.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic