]> The Tcpdump Group git mirrors - libpcap/commitdiff
AC_SUBST doesn't take a list of macros to substitute.
authorGuy Harris <[email protected]>
Sun, 12 May 2013 23:35:45 +0000 (16:35 -0700)
committerGuy Harris <[email protected]>
Sun, 12 May 2013 23:35:45 +0000 (16:35 -0700)
aclocal.m4
configure

index 6b6dc1086a80967f4179990994b5efb70277a5b9..5462eb0b1db50ee825bed41565fe08c9718fce25 100644 (file)
@@ -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
index b65fccb152e7592162914124822efc8d477b6afe..d00d1db7de43b520d286098e33453172b2488a8c 100755 (executable)
--- 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