aboutsummaryrefslogtreecommitdiffstats
path: root/epan/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-09 23:50:55 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-09 23:50:55 +0000
commit9e144356f8e8d826d58407e3ec6a061813766e34 (patch)
tree46f5774b0344a0a26fa9ca024c0d198ab2e0ef5e /epan/configure.in
parent2f10d65eb2cd592625d877f737d9991a107999dd (diff)
Use "plugindir", not "PLUGIN_DIR", as the variable name in the configure
script for the plugin directory; in most Makefile.am files it's set with plugindir = @plugindir@ (along the lines of what's done with other variables with pathnames - the variable name is all lower case), so the variable needs to be named "plugindir". Fix the DOCSIS plugins' Makefile.am to use "plugindir". Don't bother doing "AC_SUBST(PLUGIN_DIR)", as no Makefiles use PLUGIN_DIR as an autoconf variable. svn path=/trunk/; revision=6887
Diffstat (limited to 'epan/configure.in')
-rw-r--r--epan/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 5354f66680..38e195ed94 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.33 2002/12/04 04:26:14 gerald Exp $
+# $Id: configure.in,v 1.34 2003/01/09 23:50:54 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -233,7 +233,7 @@ else
fi
dnl
-dnl check whether plugins should be enabled; we don't set PLUGIN_DIR,
+dnl check whether plugins should be enabled; we don't set plugindir,
dnl as that's set by the top-level configure script
dnl
AC_ARG_WITH(plugins,