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 --- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3ff4b1b3..40447955 100644 --- a/configure.ac +++ b/configure.ac @@ -33,19 +33,6 @@ date=`date +%Y-%m-%d` AC_DEFINE_UNQUOTED(DATE, "$date", [Configuration/build date]) AC_SUBST(DATE) - -# wha?? autoconf 2.59 does not expand these in the expected way -# my_libexecdir=`eval echo $libexecdir` -# my_libexecdir="$libexecdir" - -my_pkglibdir=${prefix}/libexec/systemtap -AC_DEFINE_UNQUOTED(PKGLIBDIR, "$my_pkglibdir", [pkglibdir]) -AC_SUBST(PKGLIBDIR) - -my_pkgdatadir=${prefix}/share/systemtap -AC_DEFINE_UNQUOTED(PKGDATADIR, "$my_pkgdatadir", [datadir]) -AC_SUBST(PKGDATADIR) - AC_CONFIG_HEADERS([config.h:config.in]) AC_CONFIG_FILES(Makefile systemtap.spec) AC_OUTPUT -- cgit