summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorroland <roland>2005-07-25 19:30:44 +0000
committerroland <roland>2005-07-25 19:30:44 +0000
commitf00a8372e0503272cbff64b41956e2d7c15e9a24 (patch)
treed9f271819cae4ca436b4eeea704f8e5e3d0557f8 /configure.ac
parent67c0a57949358f8e708361ce93ef3ccc0ea8ef93 (diff)
downloadsystemtap-steved-f00a8372e0503272cbff64b41956e2d7c15e9a24.tar.gz
systemtap-steved-f00a8372e0503272cbff64b41956e2d7c15e9a24.tar.xz
systemtap-steved-f00a8372e0503272cbff64b41956e2d7c15e9a24.zip
2005-07-25 Roland McGrath <roland@redhat.com>
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
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