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>
pull/106/head^2
Jan Engelhardt 2012-12-30 08:12:59 +01:00 committed by Marc Kleine-Budde
parent d5deaf6296
commit 9a889d52d0
1 changed files with 3 additions and 3 deletions

View File

@ -31,13 +31,13 @@ AC_SUBST(LT_AGE)
# Checks for programs. # Checks for programs.
# #
AC_PROG_CC AC_PROG_CC
#AM_MISSING_PROG(PERL, perl, $missing_dir) dnl AM_MISSING_PROG(PERL, perl, $missing_dir)
# libtool, old: # libtool, old:
AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_WIN32_DLL
#AC_LIBTOOL_TAGS([]) dnl AC_LIBTOOL_TAGS([])
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
# libtool, new: # libtool, new:
# LT_INIT(win32-dll) dnl LT_INIT(win32-dll)
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2]) AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]])) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))