Use "dnl" for configure.ac-only comments
authorFrank Zschockelt <lm@freakysoft.de>
Thu, 04 Feb 2016 22:31:40 +0100
changeset 699 7cb765b626a9
parent 698 a4fe802b8f5c
child 700 9d99e76c64fe
Use "dnl" for configure.ac-only comments
configure.ac
--- a/configure.ac	Thu Feb 04 22:31:38 2016 +0100
+++ b/configure.ac	Thu Feb 04 22:31:40 2016 +0100
@@ -42,8 +42,8 @@
 AC_PROG_CC([cc gcc])
 AC_ISC_POSIX
 AC_HEADER_STDC
-# automake warns about not using AM_PROG_AR
-# but automake <= 1.11 doesn't recognize it
+dnl automake warns about not using AM_PROG_AR
+dnl but automake <= 1.11 doesn't recognize it
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL