chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder]
/
autogen.sh
diff --git
a/autogen.sh
b/autogen.sh
index a63049ad8daa3cb8315df90857bc62adbf6232cf..78588ff1c2094a23718e9667c1eb0403a95fbd6f 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,4
+1,4
@@
-#! /bin/
ba
sh
+#! /bin/sh
#
# This file is part of DisOrder.
# Copyright (C) 2004-2008 Richard Kettlewell
#
# This file is part of DisOrder.
# Copyright (C) 2004-2008 Richard Kettlewell
@@
-18,17
+18,6
@@
#
set -e
#
set -e
-srcdir=$(dirname $0)
-here=$(pwd)
-cd $srcdir
-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
-
+cd $(dirname $0)
+mkdir -p m4
+autoreconf -si