Code: Alles auswählen
AC_ARG_ENABLE(radiotext,
AS_HELP_STRING(--disable-radiotext,include Neutrino Radiotext support),
,[enable_radiotext=yes])
AM_CONDITIONAL(ENABLE_RADIOTEXT,test "$enable_radiotext" = "yes")
Code: Alles auswählen
AC_ARG_ENABLE(radiotext,
AS_HELP_STRING(--enable-radiotext,include Neutrino Radiotext support),
,[enable_radiotext=yes])
AM_CONDITIONAL(ENABLE_RADIOTEXT,test "$enable_radiotext" = "yes")