From: Tom Tromey Date: Thu, 23 Mar 2000 05:15:47 +0000 (+0000) Subject: * automake.texi (Uniform): Fix definition of pkglibdir. X-Git-Tag: Release-1-4b~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cac8d15a956023255138df5c4240b6f4f3b045e;p=thirdparty%2Fautomake.git * automake.texi (Uniform): Fix definition of pkglibdir. From thi . --- diff --git a/ChangeLog b/ChangeLog index 832482d46..e078239c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-22 Tom Tromey + + * automake.texi (Uniform): Fix definition of pkglibdir. + From thi . + 2000-03-19 Tom Tromey * aclocal.in (parse_arguments): Copyright 2000. diff --git a/THANKS b/THANKS index eff3b4658..d431e122e 100644 --- a/THANKS +++ b/THANKS @@ -110,6 +110,7 @@ Steve M. Robbins steve@nyongwa.montreal.qc.ca Sven Verdoolaege skimo@kotnet.org Tatu Ylonen ylo@ssh.fi The Crimson Binome steve@nyongwa.montreal.qc.ca +thi ttn@revel.glug.org Thomas Gagne tgagne@ix.netcom.com Thomas Morgan tmorgan@pobox.com Thomas Tanner tanner@ffii.org diff --git a/automake.texi b/automake.texi index 4f1b3c267..f51777630 100644 --- a/automake.texi +++ b/automake.texi @@ -20,7 +20,7 @@ @ifinfo This file documents GNU automake @value{VERSION} -Copyright (C) 1995, 96, 97, 98, 99 Free Software Foundation, Inc. +Copyright (C) 1995, 96, 97, 98, 99, 00 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -408,7 +408,7 @@ The GNU Coding Standards}). Automake extends this list with @code{pkglibdir}, @code{pkgincludedir}, and @code{pkgdatadir}; these are the same as the non-@samp{pkg} versions, but with @samp{@@PACKAGE@@} appended. For instance, @code{pkglibdir} is defined as -@code{$(datadir)/@@PACKAGE@@}. +@code{$(libdir)/@@PACKAGE@@}. @cvindex PACKAGE @cindex EXTRA_, prepending