[Python-checkins] python/dist/src configure,1.454,1.455

tmick at users.sourceforge.net tmick at users.sourceforge.net
Thu Aug 26 01:59:42 CEST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32729

Modified Files:
	configure 
Log Message:
Re-generate configure with recent configure.in change (for patch #1016224).



Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -d -r1.454 -r1.455
--- configure	16 Aug 2004 11:35:49 -0000	1.454
+++ configure	25 Aug 2004 23:59:39 -0000	1.455
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.466 .
+# From configure.in Revision: 1.467 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for python 2.4.
 #
@@ -976,7 +976,7 @@
     else
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     fi
-    cd "$ac_popdir"
[...2039 lines suppressed...]
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+    rm -f "$ac_file"
+  fi
   # Let's still pretend it is `configure' which instantiates (i.e., don't
   # use $as_me), people would be surprised to read:
   #    /* config.h.  Generated by config.status.  */
@@ -20777,12 +20995,6 @@
 	 fi;;
       esac
     done` || { (exit 1); exit 1; }
-
-  if test x"$ac_file" != x-; then
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    rm -f "$ac_file"
-  fi
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
   sed "$ac_vpsub



More information about the Python-checkins mailing list