zsh-workers
 help / color / mirror / code / Atom feed
From: Jos Backus <josb@cncdsl.com>
To: Bart Schaefer <schaefer@candle.brasslantern.com>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: zsh and autoconf-2.50
Date: Wed, 30 May 2001 15:28:26 -0700	[thread overview]
Message-ID: <20010530152826.F47866@lizzy.bugworks.com> (raw)
In-Reply-To: <010530150208.ZM3863@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Wed, May 30, 2001 at 03:01:46PM -0700

On Wed, May 30, 2001 at 03:01:46PM -0700, Bart Schaefer wrote:
> That's pretty silly.  This is like C++ generating an error if you #undef
> a constant that has never been #define'd.  Did autoconf-2.50 redefine the
> m4 undefine function, or did something change in a new version of m4?

It's strange indeed. This is with a freshly built m4-1.4 (haven't seen
anything newer).
 
> My m4 info page says:
> 
>    It is not an error for NAME to have no macro definition.  In that
> case, `undefine' does nothing.

So does mine.
 
> Anyway, those undefines are probably entirely extraneous anyway, so try
> just deleting them.
 
That fixes it (obviously).

Btw, running ``./configure'' yields

    configure: creating ./config.status
    ./config.status: syntax error at line 1063: `end of file' unexpected

before printing the configuration. That doesn't look normal. The file has
1062 lines and the end looks like

#
# CONFIG_COMMANDS section.
#
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`

  case $ac_dest in
    default ) \
test -z "$CONFIG_HEADERS" || echo > stamp-h ;;
  esac
done

{ (exit 0); exit 0; }

As a result, some other files aren't being generated (e.g. the Makefile).

Thanks,
-- 
Jos Backus                 _/  _/_/_/        "Modularity is not a hack."
                          _/  _/   _/                -- D. J. Bernstein
                         _/  _/_/_/             
                    _/  _/  _/    _/
josb@cncdsl.com     _/_/   _/_/_/            use Std::Disclaimer;


  reply	other threads:[~2001-05-30 22:28 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-30 21:48 Jos Backus
2001-05-30 22:02 ` Bart Schaefer
2001-05-30 22:28   ` Jos Backus [this message]
2001-05-30 22:40   ` Clint Adams
2001-05-31  0:08     ` Bart Schaefer
2001-05-31 13:40       ` Clint Adams
2001-05-31 13:53         ` Oliver Kiddle
2001-05-31 14:24           ` Clint Adams
2001-05-31 17:34         ` Akim Demaille
2001-05-31 17:51           ` Clint Adams
2001-05-31 18:01             ` Akim Demaille
2001-06-01  8:55               ` Andrej Borsenkow
2001-06-01 11:00                 ` Akim Demaille
2001-06-01 16:48                 ` Tim Van Holder
2001-06-01  9:37               ` Peter Stephenson
2001-06-01 12:27                 ` Clint Adams
2001-06-01 12:45                   ` Peter Stephenson
2001-06-01 12:54                 ` Andrej Borsenkow
2001-06-01 13:33                   ` Peter Stephenson
2001-06-01 13:47                     ` Bart Schaefer
2001-06-01 13:56                       ` Peter Stephenson
2001-06-01 13:57                     ` Andrej Borsenkow
2001-06-01 14:05                       ` Andrej Borsenkow
2001-06-01 14:08                         ` Clint Adams
2001-06-01 14:19                           ` Andrej Borsenkow
2001-06-01 14:25                             ` Peter Stephenson
2001-06-01 14:36                               ` Andrej Borsenkow
2001-06-01 15:05                                 ` Clint Adams
2001-06-01 22:31                                   ` PATCH: " Andrej Borsenkow
2001-06-03 18:43                                     ` Bart Schaefer
2001-06-03 19:20                                       ` Clint Adams
2001-06-04  7:36                                       ` Zefram
2001-06-04  8:55                                         ` Bart Schaefer
2001-06-04  9:45                                           ` Andrej Borsenkow
2001-06-06  8:45                                       ` Commited: " Andrej Borsenkow
2001-06-06  9:44                                         ` Peter Stephenson
2001-06-06 10:54                                           ` Bart Schaefer
2001-06-06 11:02                                             ` Andrej Borsenkow
2001-06-06 10:58                                           ` Andrej Borsenkow
2001-06-06 11:23                                             ` Akim Demaille
2001-06-06 11:34                                               ` Andrej Borsenkow
2001-06-06 12:45                                                 ` Akim Demaille
2001-06-06 12:35                                           ` Andrej Borsenkow
2001-06-06 11:06                                         ` Bart Schaefer
2001-06-06 11:15                                           ` Andrej Borsenkow
2001-06-01 14:19                         ` Peter Stephenson
2001-06-01 14:11                       ` Peter Stephenson
2001-05-30 22:34 ` Clint Adams
2001-05-30 22:44   ` Jos Backus
2001-05-31  8:25 ` Andrej Borsenkow
2001-05-31 13:44   ` Clint Adams
2001-05-31 13:59     ` Andrej Borsenkow
2001-05-30 22:53 Jos Backus
2001-05-30 23:23 ` Wayne Davison
2001-05-30 23:50   ` Jos Backus
2001-05-31  0:12     ` Bart Schaefer
2001-05-31  1:15       ` Jos Backus
2001-05-31  4:52         ` Bart Schaefer
2001-05-31  6:22           ` Jos Backus
2001-05-31  7:22             ` Bart Schaefer
2001-05-31  9:34               ` Sven Wischnowsky
2001-05-30 23:15 Jos Backus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010530152826.F47866@lizzy.bugworks.com \
    --to=josb@cncdsl.com \
    --cc=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).