From: Guy Harris Date: Sun, 12 May 2013 23:35:45 +0000 (-0700) Subject: AC_SUBST doesn't take a list of macros to substitute. X-Git-Tag: libpcap-1.5.0~56^2 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/6a9b2c7c0a3ba0bfa7adfd786ab54c11ca7d9b5e AC_SUBST doesn't take a list of macros to substitute. --- diff --git a/aclocal.m4 b/aclocal.m4 index 6b6dc108..5462eb0b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -339,7 +339,8 @@ AC_DEFUN(AC_LBL_CHECK_DEPENDENCY_GENERATION_OPT, # MKDEP=: fi - AC_SUBST(DEPENDENCY_CFLAG MKDEP) + AC_SUBST(DEPENDENCY_CFLAG) + AC_SUBST(MKDEP) ]) dnl diff --git a/configure b/configure index b65fccb1..d00d1db7 100755 --- a/configure +++ b/configure @@ -680,7 +680,8 @@ V_YACC RANLIB AR LN_S -DEPENDENCY_CFLAG MKDEP +DEPENDENCY_CFLAG +MKDEP V_CCOPT V_DEFS V_FINDALLDEVS @@ -10651,6 +10652,7 @@ echo "${ECHO_T}no" >&6; } fi + if test "$GCC" = yes ; then if test "${LBL_CFLAGS+set}" != set; then if test "$ac_cv_prog_cc_g" = yes ; then