From: David MacKenzie Date: Fri, 18 Mar 1994 09:35:40 +0000 (+0000) Subject: Rename another variable. Update copyright for generated script. X-Git-Tag: fsf-origin~786 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51c9f3f573283a666dc063b7991edab260d7ab2;p=thirdparty%2Fautoconf.git Rename another variable. Update copyright for generated script. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index a5369a764..f7f79a4f6 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -64,7 +64,7 @@ define(AC_NOTICE, dnl [#] Generated automatically using autoconf. # Generated automatically using autoconf version] AC_ACVERSION [ dnl [#] by AC_USER@AC_HOST on AC_DATE -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. # This configure script is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as published @@ -140,11 +140,11 @@ changequote([,])dnl ac_package=`echo $ac_package| sed 's/-/_/g'` case "$ac_arg" in changequote(,)dnl - *=*) val="`echo $ac_arg|sed 's/[^=]*=//'`" ;; + *=*) ac_val="`echo $ac_arg|sed 's/[^=]*=//'`" ;; changequote([,])dnl - *) val=1 ;; + *) ac_val=1 ;; esac - eval "with_$ac_package='$val'" ;; + eval "with_$ac_package='$ac_val'" ;; -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v) ac_verbose=yes ;; @@ -635,8 +635,8 @@ if test -n "$exec_prefix"; then ac_prsub="$ac_prsub s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%" fi -# Any assignment to VPATH causes Sun make -# to only execute the first set of double-colon rules. +# Any assignment to VPATH causes Sun make to only execute +# the first set of double-colon rules, so remove it if not needed. if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/d' fi diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index a5369a764..f7f79a4f6 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -64,7 +64,7 @@ define(AC_NOTICE, dnl [#] Generated automatically using autoconf. # Generated automatically using autoconf version] AC_ACVERSION [ dnl [#] by AC_USER@AC_HOST on AC_DATE -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. # This configure script is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as published @@ -140,11 +140,11 @@ changequote([,])dnl ac_package=`echo $ac_package| sed 's/-/_/g'` case "$ac_arg" in changequote(,)dnl - *=*) val="`echo $ac_arg|sed 's/[^=]*=//'`" ;; + *=*) ac_val="`echo $ac_arg|sed 's/[^=]*=//'`" ;; changequote([,])dnl - *) val=1 ;; + *) ac_val=1 ;; esac - eval "with_$ac_package='$val'" ;; + eval "with_$ac_package='$ac_val'" ;; -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v) ac_verbose=yes ;; @@ -635,8 +635,8 @@ if test -n "$exec_prefix"; then ac_prsub="$ac_prsub s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%" fi -# Any assignment to VPATH causes Sun make -# to only execute the first set of double-colon rules. +# Any assignment to VPATH causes Sun make to only execute +# the first set of double-colon rules, so remove it if not needed. if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/d' fi