commit | bcd64a3fc727e773d4efac3995faa44cc973bb3d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 31 21:45:18 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 31 21:45:18 2009 +0000 |
tree | dcf7381dae1c512309748575a77c94bdcf5c09d9 | |
parent | 690362183af0755a990f7d43dad93eb0c9e38a81 [diff] [blame] |
#1676135: remove trailing slashes from --prefix argument.
diff --git a/configure b/configure index 328629d..82542b3 100755 --- a/configure +++ b/configure
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 70479 . +# From configure.in Revision: 70730 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.7. # @@ -1807,6 +1807,11 @@ +if test "$prefix" != "/"; then + prefix=`echo "$prefix" | sed -e 's/\/$//g'` +fi + +