autoconf
[Top][All Lists]
Advanced

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

AC_DEFUN Syntax


From: Husam Senussi
Subject: AC_DEFUN Syntax
Date: Sun, 6 Sep 2009 10:00:58 +0100

Hi,

I had problem building make files for existing project because autconf was falling, we had look around I found
the autoconf was falling because macro definition which looks like this


AC_DEFUN([NAME],
        [
                some code
        ],
        [
                more code
        ])


but from what I understand the correct syntax based on 2.64 documentation the syntax should be


AC_DEFUN([Name],
        [
                some code
        ])

so was that and old syntax !!!


Thanks
        




reply via email to

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