[24650] branches/dp2mp-move/base

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 29 10:30:05 PDT 2007


Revision: 24650
          http://trac.macosforge.org/projects/macports/changeset/24650
Author:   jmpp at macports.org
Date:     2007-04-29 10:30:05 -0700 (Sun, 29 Apr 2007)

Log Message:
-----------
Regen configure script after latest autoconf additions, while also using a 1.5mp unique version number to identify this branch (doesn't matter that it's not entirely numerical, as I wont be selfupdating this branch just now).

Modified Paths:
--------------
    branches/dp2mp-move/base/config/mp_version
    branches/dp2mp-move/base/configure
    branches/dp2mp-move/base/configure.ac

Modified: branches/dp2mp-move/base/config/mp_version
===================================================================
--- branches/dp2mp-move/base/config/mp_version	2007-04-29 17:21:07 UTC (rev 24649)
+++ branches/dp2mp-move/base/config/mp_version	2007-04-29 17:30:05 UTC (rev 24650)
@@ -1 +1 @@
-1.500
+1.5mp

Modified: branches/dp2mp-move/base/configure
===================================================================
--- branches/dp2mp-move/base/configure	2007-04-29 17:21:07 UTC (rev 24649)
+++ branches/dp2mp-move/base/configure	2007-04-29 17:30:05 UTC (rev 24650)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for MacPorts 1.5.
+# Generated by GNU Autoconf 2.61 for MacPorts 1.5mp.
 #
 # Report bugs to <macports-dev at lists.macosforge.org>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='MacPorts'
 PACKAGE_TARNAME='macports'
-PACKAGE_VERSION='1.5'
-PACKAGE_STRING='MacPorts 1.5'
+PACKAGE_VERSION='1.5mp'
+PACKAGE_STRING='MacPorts 1.5mp'
 PACKAGE_BUGREPORT='macports-dev at lists.macosforge.org'
 
 ac_unique_file="src/pextlib1.0/Pextlib.c"
@@ -685,6 +685,7 @@
 XCODEBUILD
 BZIP2
 XAR
+OPEN
 TAR
 GNUTAR
 TAR_CMD
@@ -759,6 +760,7 @@
 GNUTAR
 BZIP2
 XAR
+OPEN
 CPP
 XMKMF'
 ac_subdirs_all='src/thread2.6'
@@ -1263,7 +1265,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures MacPorts 1.5 to adapt to many kinds of systems.
+\`configure' configures MacPorts 1.5mp to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1333,7 +1335,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of MacPorts 1.5:";;
+     short | recursive ) echo "Configuration of MacPorts 1.5mp:";;
    esac
   cat <<\_ACEOF
 
@@ -1375,6 +1377,7 @@
   GNUTAR      path to gnutar command
   BZIP2       path to bzip2 command
   XAR         path to xar command
+  OPEN        path to open command
   CPP         C preprocessor
   XMKMF       Path to xmkmf, Makefile generator for X Window System
 
@@ -1442,7 +1445,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-MacPorts configure 1.5
+MacPorts configure 1.5mp
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1456,7 +1459,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by MacPorts $as_me 1.5, which was
+It was created by MacPorts $as_me 1.5mp, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -3353,7 +3356,47 @@
 fi
 
 
+# Extract the first word of "open", so it can be a program name with args.
+set dummy open; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_OPEN+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  case $OPEN in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_OPEN="$OPEN" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_OPEN="$as_dir/$ac_word$ac_exec_ext"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
 
+  ;;
+esac
+fi
+OPEN=$ac_cv_path_OPEN
+if test -n "$OPEN"; then
+  { echo "$as_me:$LINENO: result: $OPEN" >&5
+echo "${ECHO_T}$OPEN" >&6; }
+else
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
 # Define some precious variables allowing user to override PATH for some programs
 
 
@@ -3364,6 +3407,7 @@
 
 
 
+
 	# Extract the first word of "tar", so it can be a program name with args.
 set dummy tar; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -9883,7 +9927,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by MacPorts $as_me 1.5, which was
+This file was extended by MacPorts $as_me 1.5mp, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9932,7 +9976,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-MacPorts config.status 1.5
+MacPorts config.status 1.5mp
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -10183,6 +10227,7 @@
 XCODEBUILD!$XCODEBUILD$ac_delim
 BZIP2!$BZIP2$ac_delim
 XAR!$XAR$ac_delim
+OPEN!$OPEN$ac_delim
 TAR!$TAR$ac_delim
 GNUTAR!$GNUTAR$ac_delim
 TAR_CMD!$TAR_CMD$ac_delim
@@ -10210,7 +10255,6 @@
 X_LIBS!$X_LIBS$ac_delim
 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
 TCL_VERSION!$TCL_VERSION$ac_delim
-TCL_BIN_DIR!$TCL_BIN_DIR$ac_delim
 _ACEOF
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -10252,6 +10296,7 @@
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   cat >conf$$subs.sed <<_ACEOF
+TCL_BIN_DIR!$TCL_BIN_DIR$ac_delim
 TCL_SRC_DIR!$TCL_SRC_DIR$ac_delim
 TCL_LIB_FILE!$TCL_LIB_FILE$ac_delim
 TCL_LIB_FLAG!$TCL_LIB_FLAG$ac_delim
@@ -10284,7 +10329,7 @@
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 30; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 31; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5

Modified: branches/dp2mp-move/base/configure.ac
===================================================================
--- branches/dp2mp-move/base/configure.ac	2007-04-29 17:21:07 UTC (rev 24649)
+++ branches/dp2mp-move/base/configure.ac	2007-04-29 17:30:05 UTC (rev 24650)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([MacPorts], [1.5], [macports-dev at lists.macosforge.org], [macports])
+AC_INIT([MacPorts], [1.5mp], [macports-dev at lists.macosforge.org], [macports])
 AC_CONFIG_SRCDIR([src/pextlib1.0/Pextlib.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CANONICAL_SYSTEM

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070429/d7cd3bf9/attachment.html


More information about the macports-changes mailing list