X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=196fdc98f9228ed2055a317cb2220d8fdd2b2dba;hb=ea7b16ea79c5f06a3b220a0f02fe55ae566b9e82;hp=9b76ddfd426c8b07039458259c59c021a7be1cd5;hpb=1a6d560c7caf83a0419cd0f5c7337db2c672da0a;p=mmh diff --git a/configure.in b/configure.in index 9b76ddf..196fdc9 100644 --- a/configure.in +++ b/configure.in @@ -247,8 +247,8 @@ else LINTFLAGS="" fi fi -AC_SUBST(LINT) -AC_SUBST(LINTFLAGS) +AC_SUBST(LINT)dnl +AC_SUBST(LINTFLAGS)dnl dnl try to figure out which one we've got AC_CHECK_PROG(LIBTOOL, libtool, libtool, , [$pathtmp]) @@ -447,7 +447,7 @@ if test $nmh_cv_header_termios_h_tiocgwinsz = no; then nmh_cv_header_sys_ioctl_h_tiocgwinsz=yes, nmh_cv_header_sys_ioctl_h_tiocgwinsz=no)]) if test $nmh_cv_header_sys_ioctl_h_tiocgwinsz = yes; then - AC_DEFINE(GWINSZ_IN_SYS_IOCTL) + AC_DEFINE(GWINSZ_IN_SYS_IOCTL)dnl fi fi @@ -620,7 +620,7 @@ if test $nmh_cv_decl_ospeed_include_defines = no; then fi if test $nmh_cv_decl_ospeed_include_defines = yes; then - AC_DEFINE(HAVE_OSPEED) + AC_DEFINE(HAVE_OSPEED)dnl elif test $nmh_cv_decl_ospeed_must_define = yes; then AC_DEFINE(HAVE_OSPEED) AC_DEFINE(MUST_DEFINE_OSPEED)