We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a305d3 commit 72876f0Copy full SHA for 72876f0
configure_wrapper
@@ -1,4 +1,6 @@
1
#! /bin/sh
2
cp conftest.py bak_conftest.py
3
./real_configure $@
4
+realconf_result=$?
5
mv bak_conftest.py conftest.py
6
+exit $realconf_result
0 commit comments