From: Joerg Sonnenberger Date: Tue, 20 May 2008 23:21:57 +0000 (-0400) Subject: Add small script to regenerate the auto* files. X-Git-Tag: v2.6.0~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e83b98f8d25e08b7995f23e778b243ccee44ac5d;p=thirdparty%2Flibarchive.git Add small script to regenerate the auto* files. SVN-Revision: 82 --- diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..819563fca --- /dev/null +++ b/autogen.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +set -xe +mkdir -p config.aux +aclocal +autoheader +autoconf +libtoolize --automake -c +automake -a -c