From 4d2a0cab1676d2cab10a49265468f92f892087fa Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 3 Nov 2004 13:44:16 +0000 Subject: [PATCH] Use autoreconf. --- buildconf | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/buildconf b/buildconf index 5903699..6caa52b 100755 --- a/buildconf +++ b/buildconf @@ -1,9 +1,3 @@ #! /bin/sh - -aclocal && \ -libtoolize -c --force --automake && \ -aclocal && \ -autoheader && \ -automake -a -c --gnu || automake -a -c --gnu -autoconf - +autoreconf --force --install +: 'Run "./configure && make" now.' -- 2.11.4.GIT