| 1 | Index: configure |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- configure (revision 48962) |
|---|
| 4 | +++ configure (working copy) |
|---|
| 5 | @@ -751,6 +751,7 @@ |
|---|
| 6 | CFLAGS |
|---|
| 7 | CC |
|---|
| 8 | SW_VERS |
|---|
| 9 | +PATH_CLEANED |
|---|
| 10 | MACPORTS_VERSION |
|---|
| 11 | target_os |
|---|
| 12 | target_vendor |
|---|
| 13 | @@ -2199,6 +2200,8 @@ |
|---|
| 14 | fi |
|---|
| 15 | done |
|---|
| 16 | PATH=$newPATH; export PATH |
|---|
| 17 | + PATH_CLEANED=$newPATH |
|---|
| 18 | + |
|---|
| 19 | prefix=$oldprefix |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | Index: Makefile.in |
|---|
| 23 | =================================================================== |
|---|
| 24 | --- Makefile.in (revision 48962) |
|---|
| 25 | +++ Makefile.in (working copy) |
|---|
| 26 | @@ -1,5 +1,6 @@ |
|---|
| 27 | # $Id$ |
|---|
| 28 | |
|---|
| 29 | +PATH = @PATH_CLEANED@ |
|---|
| 30 | SUBDIR = doc src |
|---|
| 31 | DISTDIR = dist |
|---|
| 32 | DISTVER = |
|---|
| 33 | Index: aclocal.m4 |
|---|
| 34 | =================================================================== |
|---|
| 35 | --- aclocal.m4 (revision 48962) |
|---|
| 36 | +++ aclocal.m4 (working copy) |
|---|
| 37 | @@ -972,6 +972,7 @@ |
|---|
| 38 | fi |
|---|
| 39 | done |
|---|
| 40 | PATH=$newPATH; export PATH |
|---|
| 41 | + AC_SUBST(PATH_CLEANED,$newPATH) |
|---|
| 42 | prefix=$oldprefix |
|---|
| 43 | ]) |
|---|
| 44 | |
|---|