[prev in list] [next in list] [prev in thread] [next in thread] 

List:       autoconf-bug
Subject:    Re: problem when running autoconf
From:       Ralf Wildenhues <Ralf.Wildenhues () gmx ! de>
Date:       2006-09-20 15:39:37
Message-ID: 20060920153937.GA8713 () iam ! uni-bonn ! de
[Download RAW message or body]

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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic