From 7acf49c6bee99a1cf788e93ff9b57d97051d0977 Mon Sep 17 00:00:00 2001 From: Roman Haefeli Date: Thu, 22 Sep 2011 07:10:29 +0000 Subject: make $pddocdir the same as $pdextdir since nowadays no lib installs its help files to doc/5.reference anymore svn path=/trunk/externals/moocow/pdstring/; revision=15339 --- configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ed5eb22..8378ac1 100755 --- a/configure +++ b/configure @@ -3550,9 +3550,6 @@ fi - pddocdir="${pddir}/doc/5.reference" - - ##-- pdincludedir # Check whether --with-pd-include was given. @@ -3582,6 +3579,10 @@ fi pdexternsdir="$pdextdir" pdexecdir="$pdextdir" + ##-- pddocdir + # Nowadays the help files usually are installed besides the class files + pddocdir="${pdextdir}" + ## pd-directory/ies ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.1