From 3b457de2a1fd5a59ee9cb53b23506ea6855b5ca7 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 29 Jul 2005 10:51:48 +0000 Subject: [PATCH] Get rid of non-portable autogen.sh --- BUILDING.CVS | 4 +--- autogen.sh | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 autogen.sh diff --git a/BUILDING.CVS b/BUILDING.CVS index 8eea44f..6c9e620 100644 --- a/BUILDING.CVS +++ b/BUILDING.CVS @@ -4,9 +4,7 @@ CVS BUILDING INSTRUCTIONS These are build instructions if you've checked out hs-plugins from CVS (instead of downloading a source distribution tarball). -1. Execute autogen.sh to generate the GNU ./configure script: - - ./autogen.sh +1. Use autoconf to generate the GNU ./configure script: 2. Build hs-plugins as usual with ./configure && make diff --git a/autogen.sh b/autogen.sh deleted file mode 100644 index 45b6ee7..0000000 --- a/autogen.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -x - -# this is the world's most complicated autogen.sh script :) - -exec autoconf -