From 5ad9318cdafece8170a3e94cc50b439fd8299659 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 14 Nov 2002 08:54:59 +0000 Subject: [PATCH] Use autoreconf. --- autogen.sh | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) rewrite autogen.sh (82%) diff --git a/autogen.sh b/autogen.sh dissimilarity index 82% index fb9ca9e..ed21990 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,16 +1,3 @@ -#!/bin/sh -x -ACLOCAL=${ACLOCAL:-aclocal}; export ACLOCAL -AUTOMAKE=${AUTOMAKE:-automake}; export AUTOMAKE -AUTOCONF=${AUTOCONF:-autoconf}; export AUTOCONF -LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}; export LIBTOOLIZE -AUTOHEADER=${AUTOHEADER:-autoheader}; export AUTOHEADER - -rm -vf config.cache && -rm -rvf autom4te.cache && -$ACLOCAL -I . -$LIBTOOLIZE --force --automake -$ACLOCAL -I . -$AUTOCONF -$AUTOMAKE --gnits --add-missing -$AUTOHEADER -: 'You can now run CFLAGS=-g ./configure --disable-shared and then make.' +#!/bin/sh -x +autoreconf --install --force --verbose +: 'You can now run CFLAGS=-g ./configure --disable-shared and then make.' -- 2.11.4.GIT