From 6559fbdb527abbf1a64ab4524693bab9daf3e305 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 10 Mar 1993 20:10:33 +0000 Subject: * config.guess: add GPL. * Makefile.in, config.guess, config.sub, configure: bump copyrights to 93. --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a4d173b..55b3ca8 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/sh # Configuration script -# Copyright (C) 1988, 1990, 1991, 1992 Free Software Foundation, Inc. +# Copyright (C) 1988, 1990-1993 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -258,12 +258,12 @@ do withopt=`echo ${arg} | sed 's:^-*\(with[^=]*\)=.*$:\1:;s/-/_/g'` withval=`echo ${arg} | sed 's:^-*with[^=]*=\(.*\)$:\1:'` eval $withopt="$withval" - withoptions="$withoptions -$withopt=\"$withval\"" + withoptions="$withoptions $arg" ;; -with* | --with*) withopt=`echo ${arg} | sed 's:^-*with:with:;s/-/_/g'` eval $withopt=yes - withoptions="$withoptions -$withopt" + withoptions="$withoptions $arg" ;; -x | --x) ;; -* | --*) @@ -551,7 +551,7 @@ for subdir in . ${subdirs} ; do *) # otherwise relative case "${subdir}" in .) makesrcdir=${srcdir} ;; - *) makesrcdir=`echo ${subdir} | sed -e 's:[^./][^./]*:..:g'`/${srcdir}/${subdir} ;; + *) makesrcdir=${invsubdir}${srcdir}/${subdir} ;; esac ;; esac @@ -592,7 +592,7 @@ for subdir in . ${subdirs} ; do if [ ! -r ${srcdir}/${file} ] ; then echo '***' "${progname}: cannot create a link \"${link}\"," 1>&2 - echo '***' "since the file \"${file}\" does not exist." 1>&2 + echo '***' "since the file \"${srcdir}/${file}\" does not exist." 1>&2 exit 1 fi -- cgit v1.1