]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add small script to regenerate the auto* files.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Tue, 20 May 2008 23:21:57 +0000 (19:21 -0400)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Tue, 20 May 2008 23:21:57 +0000 (19:21 -0400)
SVN-Revision: 82

autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..819563f
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -xe
+mkdir -p config.aux
+aclocal
+autoheader
+autoconf
+libtoolize --automake -c
+automake -a -c