GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / autogen.sh
blobf0195ecadd369f790d9d181dd367cab7ed1e3d5f
1 #!/bin/sh
3 ###############################################################################
5 # Author: Lasse Collin
7 # This file has been put into the public domain.
8 # You can do whatever you want with this file.
10 ###############################################################################
12 # The result of using "autoreconf -fi" should be identical to using this
13 # script. I'm leaving this script here just in case someone finds it useful.
15 set -e -x
17 ${AUTOPOINT:-autopoint} -f
18 ${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f
19 ${ACLOCAL:-aclocal} -I m4
20 ${AUTOCONF:-autoconf}
21 ${AUTOHEADER:-autoheader}
22 ${AUTOMAKE:-automake} -acf --foreign