summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-09-27 11:19:24 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-20 18:22:47 +0200
commitcc6be9c3577168805ec34b2d396e63361012282b (patch)
tree7dc794b08a1a6a786d540516c623cb1eebfb1863 /autogen.sh
parentImport Ghostscript 9.54 (diff)
downloadghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.gz
ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.bz2
ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.zip
Import Ghostscript 9.55ghostscript-9.55
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 7a078362..09f732b4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,9 +29,6 @@ rm -rf autom4te.cache
echo "Generating configuration files for $package, please wait...."
-echo " running autoreconf"
-autoreconf || exit 1
-
if test ! -x config.guess -o ! -x config.sub ; then
rm -f config.guess config.sub
cp `automake --print-libdir`/config.guess . || exit 1
@@ -43,6 +40,10 @@ if test ! -x install-sh ; then
cp `automake --print-libdir`/install-sh . || exit 1
fi
+echo " running autoreconf"
+autoreconf || exit 1
+
+
if test -z "$*"; then
echo "I am going to run ./configure with no arguments - if you wish "
echo "to pass any to it, please specify them on the $0 command line."