This website requires JavaScript.
Explore
Help
Sign In
sikkienl
/
dash
Watch
1
Star
0
Fork
0
You've already forked dash
mirror of
https://github.com/dashpay/dash.git
synced
2024-12-24 11:32:46 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e12dafd7bb
dash
/
autogen.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
autogen.sh: Add a /bin/sh shebang.
2013-11-28 02:21:40 +01:00
#!/bin/sh
autogen.sh: Use set -e to fail if any command fails In preparation for expanding autogen.sh.
2013-11-28 02:24:26 +01:00
set
-e
autogen.sh: Support running from outside the source directory Initial steps towards supporting out-of-tree builds.
2013-11-28 02:25:58 +01:00
srcdir
=
"
$(
dirname
$0
)
"
cd
"
$srcdir
"
autogen.sh: Use long options to autoreconf, for self-documentation
2013-11-28 02:27:16 +01:00
autoreconf --verbose --install --force
Reference in New Issue
Copy Permalink