]> git.saurik.com Git - wxWidgets.git/blobdiff - regen
fixes for wxINSTALL_PREFIX definition
[wxWidgets.git] / regen
diff --git a/regen b/regen
index 0d894688ccb2e9227372576ae02d87c13c938fa9..e05991a9fd54f10f957cc46114c78af17d194d3d 100755 (executable)
--- a/regen
+++ b/regen
@@ -12,7 +12,8 @@ if test "x$1" = "x"; then
     exit 1
 fi
 
-export CONFIG_FILES=$1
-export CONFIG_HEADERS=
+CONFIG_FILES=$1
+CONFIG_HEADERS=
+export CONFIG_FILES CONFIG_HEADERS
 ./config.status
 exit $?