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 e3aa23c commit 0b174c7Copy full SHA for 0b174c7
1 file changed
autoconf/entry.sh
@@ -8,7 +8,9 @@ AUTOCONF=$BIN/autoconf
8
AUTORECONF=$BIN/autoreconf
9
10
if [ "$#" = "0" ]; then
11
- SENTINEL=/src/pyconfig.h.in
+ # This is the same sentinel used for AC_CONFIG_SRCDIR in CPython's
12
+ # configure.ac.
13
+ SENTINEL=/src/Include/object.h
14
15
if [ ! -e ${SENTINEL} ]; then
16
echo "ERROR: ${SENTINEL} not found "
@@ -24,4 +26,3 @@ if [ "$#" = "0" ]; then
24
26
fi
25
27
28
exec "$@"
-
0 commit comments