chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e309e
)
bin/mdw-build: Force rebuild of Autotools outputs.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 9 Sep 2024 10:36:21 +0000
(11:36 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 9 Sep 2024 10:36:21 +0000
(11:36 +0100)
bin/mdw-build
patch
|
blob
|
blame
|
history
diff --git
a/bin/mdw-build
b/bin/mdw-build
index a66ae68d369200e1ebe54a1cab5cf35c63358398..817da9ac1e222ebae2db5f7c6f21999684894f93 100755
(executable)
--- a/
bin/mdw-build
+++ b/
bin/mdw-build
@@
-375,7
+375,7
@@
case "$setup" in
if [ -f .links ]; then setupcmd=mdw-setup
elif [ -x autogen.sh ]; then setupcmd=./autogen.sh
elif [ -x setup ]; then setupcmd=./setup
- elif [ -f configure.ac ]; then setupcmd="autoreconf -is"
+ elif [ -f configure.ac ]; then setupcmd="autoreconf -
f
is"
else setupcmd=mdw-setup
fi
;;