[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoheader problem
From: |
Tim Van Holder |
Subject: |
Re: autoheader problem |
Date: |
Tue, 19 Jun 2001 00:11:56 +0200 |
> I attached acinclude.m4. It's over 4000 lines long.
At first glance, there are a several (potential) problems:
* most all of the AC_DEFUNs don't quote the macro name
* KDE_1_CHECK_PATHS uses AC_LANG_SAVE, but not AC_LANG_RESTORE (might
be OK)
* AC_CHECK_SETENV does ifelse(AC_LANG, CPLUSPLUS, ...) which I'm pretty
sure is a no-no for autoconf 2.50.
All of these things are conspiring against you :-)
I'll try to take a more look over the weekend.
> I logged a bug report with kdevelop, but no response yet. Still no clue
> how to fix this. Is there a program separate of kdevelop that will
> generate these files? Or do you have to write them out by hand?
I'm not sure - that would depend on how kdevelop manages them. My guess
is that kdevelop only provides a default acinclude.m4, so you should be
able to apply manual fixes without problems.