[50735] trunk/base

toby at macports.org toby at macports.org
Fri May 8 02:20:29 PDT 2009


Revision: 50735
          http://trac.macports.org/changeset/50735
Author:   toby at macports.org
Date:     2009-05-08 02:20:28 -0700 (Fri, 08 May 2009)
Log Message:
-----------
more cleanup

Modified Paths:
--------------
    trunk/base/m4/foundation.m4
    trunk/base/regen.sh

Modified: trunk/base/m4/foundation.m4
===================================================================
--- trunk/base/m4/foundation.m4	2009-05-08 09:17:17 UTC (rev 50734)
+++ trunk/base/m4/foundation.m4	2009-05-08 09:20:28 UTC (rev 50735)
@@ -79,7 +79,7 @@
 #------------------------------------------------------------------------
 AC_DEFUN([MP_OBJC_RUNTIME],[
 	AC_REQUIRE([AC_PROG_OBJC])
-	AC_ARG_WITH(objc-runtime, AC_HELP_STRING([--with-objc-runtime], [Specify either "GNU" or "apple"]), [with_objc_runtime=${withval}])
+	AC_ARG_WITH(objc-runtime, AS_HELP_STRING([--with-objc-runtime],[Specify either "GNU" or "apple"]), [with_objc_runtime=${withval}])
 
 	if test x"${with_objc_runtime}" != x; then
 		case "${with_objc_runtime}" in

Modified: trunk/base/regen.sh
===================================================================
--- trunk/base/regen.sh	2009-05-08 09:17:17 UTC (rev 50734)
+++ trunk/base/regen.sh	2009-05-08 09:20:28 UTC (rev 50735)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 autoconf --warnings=all
-autoheader
+autoheader --warnings=all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090508/fc477dcc/attachment.html>


More information about the macports-changes mailing list