From f00a8372e0503272cbff64b41956e2d7c15e9a24 Mon Sep 17 00:00:00 2001 From: roland Date: Mon, 25 Jul 2005 19:30:44 +0000 Subject: 2005-07-25 Roland McGrath * configure.ac: Don't define PKGLIBDIR and PKGDATADIR here. * Makefile.am (AM_CPPFLAGS): New variable, use -D here instead. (dist-hook): Don't remove ChangeLog files. (install-data-local): Don't install docs, just runtime stuff. (rpm, clean-local): Use make variables instead of @substitution@s. * configure, config.in, aclocal.m4, Makefile.in: Regenerated --- config.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.in') diff --git a/config.in b/config.in index 9c833723..ea913bbf 100644 --- a/config.in +++ b/config.in @@ -66,12 +66,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* datadir */ -#undef PKGDATADIR - -/* pkglibdir */ -#undef PKGLIBDIR - /* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES -- cgit