]> arthur.barton.de Git - netatalk.git/commitdiff
We're bootstrapping from now on
authorfranklahm <franklahm>
Tue, 16 Jun 2009 09:39:13 +0000 (09:39 +0000)
committerfranklahm <franklahm>
Tue, 16 Jun 2009 09:39:13 +0000 (09:39 +0000)
autogen.sh [deleted file]

diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index 3dafa34..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# build it all.
-libtoolize --copy --force && \
-       aclocal -I macros $ACLOCAL_FLAGS && \
-       autoheader && \
-       automake --include-deps --add-missing --foreign && \
-       autoconf
-
-# just in case automake generated errors...
-autoconf
-
-./configure --enable-maintainer-mode "$@"