summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-12-30 08:47:52 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-01-05 22:25:17 +0100
commit8613aaa6b4d89c4fff407b5ed1f2087813dc6e5c (patch)
treef40df44f88e27c17d02a84502962bac892778403
parentbab595e38295dcafcfc17a011d3d51f2df1618e6 (diff)
downloadcanutils-8613aaa6b4d89c4fff407b5ed1f2087813dc6e5c.tar.gz
canutils-8613aaa6b4d89c4fff407b5ed1f2087813dc6e5c.tar.xz
build: avoid expansion of commented macros
'#' does not ignore the line at the m4 level, "dnl" does. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4db037c..1812f9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,10 +19,10 @@ AC_PROG_CC
AM_MISSING_PROG(PERL, perl, $missing_dir)
# libtool, old:
AC_LIBTOOL_WIN32_DLL
-#AC_LIBTOOL_TAGS([])
+dnl AC_LIBTOOL_TAGS([])
AC_PROG_LIBTOOL
# libtool, new:
-# LT_INIT(win32-dll)
+dnl LT_INIT([win32-dll])
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])