Skip to content

Commit 02834c6

Browse files
committed
move wrapper creation to the better place
1 parent 25d9206 commit 02834c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootstrap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ EOF
146146

147147
st=$?
148148
case $st in
149-
0) true;; # Success
149+
0) # Success
150+
mv configure real_configure
151+
cp configure_wrapper configure;;
150152

151153
179|16|63|127) # no m4 for pkg-config|autotools not installed|or version too old
152154
if [ $DOWNLOAD = yes ]; then
@@ -329,5 +331,3 @@ fi
329331
if [ $SAVE = yes ]; then
330332
save
331333
fi
332-
mv configure real_configure
333-
cp configure_wrapper configure

0 commit comments

Comments
 (0)