summaryrefslogtreecommitdiff
path: root/Build/source/extra/xz/autogen.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-13 22:23:34 +0000
committerKarl Berry <karl@freefriends.org>2010-06-13 22:23:34 +0000
commitf06e0d7e9489163b444e1381a9e670ed1789725d (patch)
treed838b80e2b32cea0554b0a238b8344fe8059b4ad /Build/source/extra/xz/autogen.sh
parent686b7eed06371a6d8721b657c0e77207732172dc (diff)
rename to plain xz for the sake of diffs and consistent path in doc
git-svn-id: svn://tug.org/texlive/trunk@18954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra/xz/autogen.sh')
-rwxr-xr-xBuild/source/extra/xz/autogen.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/extra/xz/autogen.sh b/Build/source/extra/xz/autogen.sh
new file mode 100755
index 00000000000..f0195ecadd3
--- /dev/null
+++ b/Build/source/extra/xz/autogen.sh
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+###############################################################################
+#
+# Author: Lasse Collin
+#
+# This file has been put into the public domain.
+# You can do whatever you want with this file.
+#
+###############################################################################
+
+# The result of using "autoreconf -fi" should be identical to using this
+# script. I'm leaving this script here just in case someone finds it useful.
+
+set -e -x
+
+${AUTOPOINT:-autopoint} -f
+${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f
+${ACLOCAL:-aclocal} -I m4
+${AUTOCONF:-autoconf}
+${AUTOHEADER:-autoheader}
+${AUTOMAKE:-automake} -acf --foreign