Make the default plugin directory "$(libdir)/ethereal/plugins/0.8",
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Dec 1999 09:04:26 +0000 (09:04 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Dec 1999 09:04:26 +0000 (09:04 +0000)
as was intended, rather than "$(libdir)/ethereal/0.8".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1383 f5534014-38df-0310-8fa8-9805f1628bb7

configure.in

index f2a55dbf5b54ac210935cf846b29f157215a1d86..14e365f7d267e57aeb0cd7234aab7454e0c00edd 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.68 1999/12/28 04:40:06 gerald Exp $
+# $Id: configure.in,v 1.69 1999/12/28 09:04:26 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
@@ -284,7 +284,7 @@ AC_ARG_WITH(plugindir,
   *) PLUGIN_DIR="$withval"
   esac
   ],
-  : ${PLUGIN_DIR=$libdir/ethereal/0.8}
+  : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8}
 )
 
 PLUGIN_DIR=`(