chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DisOrder 5.1.1
[disorder]
/
autogen.sh
diff --git
a/autogen.sh
b/autogen.sh
index 90a5b88d0c7de7fb9f12314696178e15a72255ce..b51a3632cd12b2b05fa122e123637c5fffe54492 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-21,15
+21,5
@@
set -e
srcdir=$(dirname $0)
here=$(pwd)
cd $srcdir
srcdir=$(dirname $0)
here=$(pwd)
cd $srcdir
-mkdir -p config.aux
-if test -d $HOME/share/aclocal; then
- aclocal --acdir=$HOME/share/aclocal
-else
- aclocal
-fi
-libtoolize
-autoconf
-autoheader
-automake -a || true # for INSTALL
-automake --foreign -a
-
+mkdir -p m4
+autoreconf -si