From 18d347ecd5d17a5dcc54276a675d5db609fb0dc1 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 20 Mar 2002 01:29:17 +0000 Subject: [PATCH] removed update-autoconf. use autogen.sh --- update-autoconf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 update-autoconf diff --git a/update-autoconf b/update-autoconf deleted file mode 100755 index 50b70025..00000000 --- a/update-autoconf +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# This file is handy to update all the files generated by autoconf, automake -# and friends, quickly. -# - -aclocal -I . -autoheader -autoconf -libtoolize --copy --force --automake -automake --add-missing --gnu --include-deps