autoconf
[Top][All Lists]
Advanced

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

undefined macro AC_Dest


From: Bob Lockie
Subject: undefined macro AC_Dest
Date: Sun, 06 Jul 2003 19:07:28 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030705


If you get that error, I think it is due to a newer version of autoconf being used. Replacing AC_OUTPUT with arguments with calls to AC_CONFIG_FILES for each argument and AC_OUTPUT with no arguments fixed it for me.

AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(otherMakefile)
AC_OUTPUT





reply via email to

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