autoconf
[Top][All Lists]
Advanced

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

Using AC_PACKAGE_NAME in option names?


From: Steffen Dettmer
Subject: Using AC_PACKAGE_NAME in option names?
Date: Tue, 13 Apr 2010 21:42:33 +0200

Hi,

we have a generic .m4 file and it has package-specific options in such a way:

    AC_ARG_ENABLE(AC_PACKAGE_NAME[-logging],
      [  --enable-]AC_PACKAGE_NAME[-logging[=ARG]     Enable logging
for ]AC_PACKAGE_NAME[ [ARG=yes]],
    ....

is this the good / right / correct way to do that or are there pitfalls?

oki,

Steffen




reply via email to

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