From 4957ec29cc3fa1267cca2a567fd554151b224a9b Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 27 Apr 2007 22:05:29 +0200 Subject: remove smartmontools references --- autogen.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 74295f5..208c430 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,11 @@ #!/bin/sh -# $Id: autogen.sh,v 1.11 2005/04/20 07:38:44 ballen4705 Exp $ # # Generate ./configure from config.in and Makefile.in from Makefile.am. # This also adds files like missing,depcomp,install-sh to the source # direcory. To update these files at a later date use: # autoreconf -f -i -v +# +# script taken from smartmontools # Cygwin? test -x /usr/bin/uname && /usr/bin/uname | grep -i CYGWIN >/dev/null && @@ -39,7 +40,7 @@ test -x "$AUTOMAKE" || AUTOMAKE=`typep automake-1.9` || AUTOMAKE=`typep automake { echo echo "You must have at least GNU Automake 1.7 (up to 1.9.x) installed" -echo "in order to bootstrap smartmontools from CVS. Download the" +echo "in order to bootstrap pam-exec from Git. Download the" echo "appropriate package for your distribution, or the source tarball" echo "from ftp://ftp.gnu.org/gnu/automake/ ." echo @@ -76,7 +77,7 @@ esac test -z "$ver" || { echo "Note: GNU Automake version ${ver} was not tested by the developers." -echo "Please report success/failure to the smartmontools-support mailing list." +echo "Please report success/failure to the author." } set -e # stops on error status -- cgit v1.2.3