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 d180cc6 commit bd4e1dfCopy full SHA for bd4e1df
templates/10-autotools.sh
@@ -23,7 +23,8 @@ build_autotools_regenerate() {
23
abinfo "Re-generating Autotools scripts ..."
24
[ -x "$SRCDIR"/bootstrap ] && ! [ -e "$SRCDIR"/autogen.sh ] \
25
&& ln -sv "$SRCDIR"/bootstrap "$SRCDIR"/autogen.sh
26
- if [[ -x "$SRCDIR"/bootstrap && ! -d "$SRCDIR"/bootstrap ]]; then
+ if ! bool "$ABNOBOOTSTRAP" && \
27
+ [[ -x "$SRCDIR"/bootstrap && ! -d "$SRCDIR"/bootstrap ]]; then
28
"$SRCDIR/bootstrap" \
29
|| abdie "Reconfiguration failed: $?."
30
elif ! bool "$ABNOAUTOGEN" && \
0 commit comments