[32366] trunk/base/configure

jmpp at macports.org jmpp at macports.org
Thu Dec 27 12:34:01 PST 2007


Revision: 32366
          http://trac.macosforge.org/projects/macports/changeset/32366
Author:   jmpp at macports.org
Date:     2007-12-27 12:33:59 -0800 (Thu, 27 Dec 2007)

Log Message:
-----------
Regen the configure script after my r32365 commit.

Modified Paths:
--------------
    trunk/base/configure

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-12-27 20:31:52 UTC (rev 32365)
+++ trunk/base/configure	2007-12-27 20:33:59 UTC (rev 32366)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for MacPorts 1.700.
+# Generated by GNU Autoconf 2.61 for MacPorts 1.7.0.
 #
 # 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.700'
-PACKAGE_STRING='MacPorts 1.700'
+PACKAGE_VERSION='1.7.0'
+PACKAGE_STRING='MacPorts 1.7.0'
 PACKAGE_BUGREPORT='macports-dev at lists.macosforge.org'
 
 ac_unique_file="src/pextlib1.0/Pextlib.c"
@@ -665,7 +665,7 @@
 target_cpu
 target_vendor
 target_os
-VER
+MACPORTS_VERSION
 MP_VERSION
 SW_VERS
 CC
@@ -1301,7 +1301,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.700 to adapt to many kinds of systems.
+\`configure' configures MacPorts 1.7.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1371,7 +1371,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of MacPorts 1.700:";;
+     short | recursive ) echo "Configuration of MacPorts 1.7.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1497,7 +1497,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-MacPorts configure 1.700
+MacPorts configure 1.7.0
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1511,7 +1511,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.700, which was
+It was created by MacPorts $as_me 1.7.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2025,16 +2025,17 @@
     NONENONEs,x,x, &&
   program_prefix=${target_alias}-
 
-# Read in the MacPorts version from the base/config/mp_vesion file and translate it (e.g. 1.600) to regular version (1.6.0)
+# Read in the MacPorts version from the base/config/macports_vesion file
 { echo "$as_me:$LINENO: checking MacPorts version" >&5
 echo $ECHO_N "checking MacPorts version... $ECHO_C" >&6; }
+MACPORTS_VERSION=$(cat config/macports_version | tr -d '\n')
+{ echo "$as_me:$LINENO: result: $MACPORTS_VERSION" >&5
+echo "${ECHO_T}$MACPORTS_VERSION" >&6; }
+
+# Read the old, floating point format version, which we still use internally, and export it for the $macports::autoconf::macports_version variable
 MP_VERSION=$(cat config/mp_version | tr -d '\n')
-VER=`echo $MP_VERSION | sed -e 's/\([0-9]\)\.\([0-9]\)0\{0,1\}\([0-9][1-9]\{0,1\}\)0\{0,1\}/\1.\2.\3/'`
-{ echo "$as_me:$LINENO: result: $VER" >&5
-echo "${ECHO_T}$VER" >&6; }
 
 
-
 # Check user PATH for MP paths, and remove as necessary.
 
 	oldprefix=$prefix
@@ -12542,7 +12543,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.700, which was
+This file was extended by MacPorts $as_me 1.7.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12591,7 +12592,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-MacPorts config.status 1.700
+MacPorts config.status 1.7.0
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -12828,7 +12829,7 @@
 target_cpu!$target_cpu$ac_delim
 target_vendor!$target_vendor$ac_delim
 target_os!$target_os$ac_delim
-VER!$VER$ac_delim
+MACPORTS_VERSION!$MACPORTS_VERSION$ac_delim
 MP_VERSION!$MP_VERSION$ac_delim
 SW_VERS!$SW_VERS$ac_delim
 CC!$CC$ac_delim

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


More information about the macports-changes mailing list