Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711496
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
468 B
Subscribers
None
View Options
diff --git a/autogen.sh b/autogen.sh
index 3e26a1830..46e36ff5b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,9 +1,11 @@
#!/bin/sh
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
LIBTOOLIZE="${GLIBTOOLIZE}"
export LIBTOOLIZE
fi
+which autoreconf >/dev/null || \
+ (echo "configuration failed, please install autoconf first" && exit 1)
autoreconf --install --force --warnings=all
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Apr 27, 12:17 (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573534
Default Alt Text
(468 B)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment