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