bug-autoconf
[Top][All Lists]
Advanced

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

Re: problem when running autoconf


From: Ralf Wildenhues
Subject: Re: problem when running autoconf
Date: Wed, 20 Sep 2006 17:39:37 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

Hello Amit,

* amit pansuria wrote on Wed, Sep 20, 2006 at 05:28:43PM CEST:
> helo i got following error when i run the project file with autoconf
> on redhat 9.
> i m using kde-2.1.5 on redhat 9

> #autoconf
> configure.in:63: error: m4_popdef: undefined macro: AC_Dest
> autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
> configure.in:63: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1

Do you have something like this in configure.in:
  AC_CONFIG_FILES([file1
  file2 ...
  dnl commented-out-file
  fileN ..
  ])

If yes: remove the line that starts with `dnl'. or change it to be
  AC_CONFIG_FILES([file1
  file2 ...
  ]dnl commented-out-file
  [fileN ..
  ])

If no: please show your configure.in.

Cheers,
Ralf




reply via email to

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