diff options
author | roland <roland> | 2005-07-25 19:30:44 +0000 |
---|---|---|
committer | roland <roland> | 2005-07-25 19:30:44 +0000 |
commit | f00a8372e0503272cbff64b41956e2d7c15e9a24 (patch) | |
tree | d9f271819cae4ca436b4eeea704f8e5e3d0557f8 /config.in | |
parent | 67c0a57949358f8e708361ce93ef3ccc0ea8ef93 (diff) | |
download | systemtap-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 'config.in')
-rw-r--r-- | config.in | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |