projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace (deprecated) Get/UngetWriteBuf() with wxStringBuffer
[wxWidgets.git]
/
regen
diff --git
a/regen
b/regen
index 0d894688ccb2e9227372576ae02d87c13c938fa9..76f388cb4ac4d8c47149a586bf180c14d85d67ee 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=$*
+CONFIG_HEADERS=
+export CONFIG_FILES CONFIG_HEADERS
./config.status
exit $?