www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1998/10/22/13:42:59

Message-ID: <362F7951.386E2C24@montana.com>
Date: Thu, 22 Oct 1998 12:28:33 -0600
From: bowman <bowman AT montana DOT com>
X-Mailer: Mozilla 4.5b2 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
To: djgpp-workers AT delorie DOT com, robert DOT hoehne AT mathematik DOT tu-chemnitz DOT de
Subject: Re: proposed change to autoconf macro
References: <Pine DOT SUN DOT 3 DOT 91 DOT 981022095742 DOT 2003I-100000 AT is>
Reply-To: djgpp-workers AT delorie DOT com


Eli Zaretskii wrote:
> 
> This is backwards.  Patches should be generated by "diff -c old new",
> see section 22.2 of the FAQ.

sorry about that.

> Why is it a good idea to change the script, when as far as I
> understand the problem is that the distribution has a wrong file name?

You are right. I pulled down the GNU package, and it is indeed
acoldnames.m4. 

<---------------------------  autoconf.diff
------------------------------->

diff -c share\oldacf/acgeneral.m4 share\autoconf/acgeneral.m4
*** share\oldacf/acgeneral.m4	Wed Oct 21 06:48:40 1998
--- share\autoconf/acgeneral.m4	Wed Oct 21 09:27:50 1998
***************
*** 2118,2124 ****
  ifdef([AC_PROVIDE_AC_PROG_INSTALL],
  [  case "$ac_given_INSTALL" in
  changequote(, )dnl
!   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  changequote([, ])dnl
    *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    esac
--- 2118,2124 ----
  ifdef([AC_PROVIDE_AC_PROG_INSTALL],
  [  case "$ac_given_INSTALL" in
  changequote(, )dnl
!   [/$]*|[A-z]:/*) INSTALL="$ac_given_INSTALL" ;;
  changequote([, ])dnl
    *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    esac
Only in share\oldacf: acoldname.m4
Only in share\autoconf: acoldnames.m4
diff -c share\oldacf/autoconf.m4f share\autoconf/autoconf.m4f
*** share\oldacf/autoconf.m4f	Wed Oct 21 06:49:02 1998
--- share\autoconf/autoconf.m4f	Wed Oct 21 09:27:58 1998
***************
*** 3928,3934 ****
    LIBS="$LIBS -lx"
  fi
  []AC_EPI()
! T15,4037
  AC_OUTPUT_FILES# Protect against being on the right side of a sed
subst in config.status.
  changequote(, )dnl
  sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
--- 3928,3934 ----
    LIBS="$LIBS -lx"
  fi
  []AC_EPI()
! T15,4046
  AC_OUTPUT_FILES# Protect against being on the right side of a sed
subst in config.status.
  changequote(, )dnl
  sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
***************
*** 4023,4029 ****
  ifdef([AC_PROVIDE_AC_PROG_INSTALL],
  [  case "$ac_given_INSTALL" in
  changequote(, )dnl
!   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  changequote([, ])dnl
    *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    esac
--- 4023,4029 ----
  ifdef([AC_PROVIDE_AC_PROG_INSTALL],
  [  case "$ac_given_INSTALL" in
  changequote(, )dnl
!   [/$]*|[A-z]:/*) INSTALL="$ac_given_INSTALL" ;;
  changequote([, ])dnl
    *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    esac

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019