[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoheader problem
From: |
Bobby Wintemberg |
Subject: |
Re: autoheader problem |
Date: |
Mon, 18 Jun 2001 17:52:02 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux 2.4.5 i586; en-US; rv:0.9.1) Gecko/20010610 |
| 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.
--------------------------------------
Here are the lines:
line 549 in aclocal.m4:
AC_LANG_RESTORE
There is no aclang.m4 in my dir.
--
Bob Wintemberg