[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: autoconf weirdness



On Fri, Sep 13, 2002 at 09:05:29AM +0200, Joachim Reichel wrote:
> I once got this error message when I defined a macro before the use of 
> AC_INIT. autoconf2.13 didn't complain, but autoconf2.5x produced the 
> piece of code shown above.

Looks fine to me:

--- cut ---
dnl Process this file with autoconf to produce a configure script.  -*-m4-*-
AC_INIT(src/stty.c)
AM_CONFIG_HEADER(config.h)
AC_PREREQ(2.13)               dnl Minimum Autoconf version required.
AC_CANONICAL_HOST

[...]
--- cut ---

[516] [scrooge:bam] ~/tmp/woody/selinux/broken/shellutils-2.0.11 >find -type f | xargs grep AC_INIT
./configure.in:AC_INIT(src/stty.c)
-- 
Brian May <bam@debian.org>



Reply to: