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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to