[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS bug
From: |
Akim Demaille |
Subject: |
Re: CVS bug |
Date: |
Tue, 26 Aug 2003 18:04:46 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> The CVS repository contains aclocal.m4 which is generated. Aclocal
> should be removed and appropriate code to generate should be added to
> an autogen script.
> Agreed.
Use autoreconf -fvim!
This is Bison's and M4's:
~/src % cat bison/bootstrap nostromo 18:04
#! /bin/sh
echo "Bootstrapping CVS Bison..."
echo "running: autoreconf --verbose --install --force"
autoreconf --verbose --install --force
~/src % cat m4/bootstrap nostromo 18:04
#! /bin/sh -x
# helps bootstrapping M4, when checked out from CVS
# requires GNU Autoconf, GNU Automake, GNU Gettext and GNU Libtool
autoreconf -fvi
(
cd tests
${AWK-awk} -f ./generate.awk ../doc/m4.texinfo > generated.at
)
exit 0
- CVS bug, Han-Wen Nienhuys, 2003/08/26
- Re: CVS bug, Karl Berry, 2003/08/26
- Re: CVS bug,
Akim Demaille <=