Macro/M4 problem?
Adam Clark
kinetix at dhbit.ca
Fri Nov 29 06:35:16 GMT 2002
Hey Russell,
The problem is, configure.in is generated by KDevelop when selecting
"Build -> Autoconf and automake". So, if I make changes to the broken
configure.in, they get wiped out.
-Adam
On Thu, 2002-11-28 at 16:00, Thamm, Russell wrote:
> Hi Adam,
>
> I presume that this is a QT application.
>
> The solution is to edit configure.in and replace AC_OUTPUT(aaa bbb ccc)
> with
>
> AC_CONFIG_FILES([ aaa ])
> AC_CONFIG_FILES([ bbb ])
> AC_CONFIG_FILES([ ccc ])
> AC_OUTPUT
>
> Check the configure.in from a KDE application.
>
> Russell Thamm
>
> -----Original Message-----
> From: Adam Clark [mailto:kinetix at dhbit.ca]
> Sent: Friday, 29 November 2002 8:43 AM
> To: kdevelop at kdevelop.org
> Subject: Macro/M4 problem?
>
>
> Hi,
>
> I've checked the documentation and FAQ, and I haven't been able to find
> out what's the cause of this problem. Has anyone seen this before?
>
> This is using KDevelop 2.1.4, trying to do the autoconf/automake build
> step:
>
> *** Creating list of subdirectories
> *** Creating configure.in
> *** Creating aclocal.m4
> *** Creating configure
> configure.in:103: error: m4_popdef: undefined macro: AC_Dest
> autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
> configure.in:103: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> make[1]: *** [cvs] Error 1
> make: *** [all] Error 2
> *** failed ***
>
> Strange, no?
>
> -
> to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
>
> -
> to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list