bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoheader problem


From: Akim Demaille
Subject: Re: autoheader problem
Date: 15 Jun 2001 10:40:20 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft)

| My configure.in is created by kdevelop.  I did autoheader -d and
| looked at traces.sh.  Here is what it said:

Great thanks!

| ./aclocal.m4:549: error: m4_defn: undefined: _m4_divert_diversion
| aclang.m4:173: AC_LANG_RESTORE is expanded from...
| ./aclocal.m4:549: the top level

Eeek!  I didn't realize error messages could get into that file :(
I suppose autoconf was complaining too.

| I have no clue what that means.  

Typically: you run something before AC_INIT.  Look at aclocal.m4:549,
what is it?  Most probably you are running a macro, and thou shalt
not.

It might be as ``stupid'' as having an AC_DEFUN which name is not
quoted, and which is already provided elsewhere.

If you have no clue, send the relevant lines please.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]