delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2000/05/05/13:13:02

Sender: rich AT delorie DOT com
Message-ID: <3913035D.A2DF7C5B@bigfoot.com>
Date: Fri, 05 May 2000 18:22:37 +0100
From: Richard Dawe <richdawe AT bigfoot DOT com>
X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.14 i586)
X-Accept-Language: de,fr
MIME-Version: 1.0
To: DJGPP workers <djgpp-workers AT delorie DOT com>
Subject: Bug in autoheader from automake 1.4
Reply-To: djgpp-workers AT delorie DOT com

Hello.

When I was trying to build something yesterday (libtool), autoheader was
invoked, but failed with a message like "cannot execute
c:/djgpp/share/autoconf" (I don't have exact message). When I looked at
autoheader, there seemed to be a typo (an extra space) in the line that
sets AC_MACRODIR. Here's a diff that fixed it. BTW I have not tried to
build automake 1.4 from sources.

*** autoheader.orig     Thu May  4 22:41:06 2000
--- autoheader  Thu May  4 22:42:00 2000
***************
*** 37,43 ****
  if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export
LC_MESSAGES; fi
  if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export
LC_CTYPE;    fi
  
! test -z "${AC_MACRODIR}" && AC_MACRODIR= ${DJDIR}/share/autoconf
  test -z "${M4}" && M4=m4
  case "${M4}" in
  /*) # Handle the case that m4 has moved since we were configured.
--- 37,43 ----
  if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export
LC_MESSAGES; fi
  if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export
LC_CTYPE;    fi
  
! test -z "${AC_MACRODIR}" && AC_MACRODIR=${DJDIR}/share/autoconf
  test -z "${M4}" && M4=m4
  case "${M4}" in
  /*) # Handle the case that m4 has moved since we were configured.

- Raw text -


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