helo sir, thx very much for giving me regurly reply. but i m sorry sir i ddint get what to do now actually i m new in this stuff. so not able to understand . tell me step by step what i have to do Thx n Regards, Amit
On 9/20/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
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
