summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorfche <fche>2005-07-14 18:39:00 +0000
committerfche <fche>2005-07-14 18:39:00 +0000
commitecfa3e8b5f0e4e63cf16fcb36f79bb4e5865afaf (patch)
tree82f4274bbc9c87d63459e384a129ca08c68279eb /config.in
parent1b45b189806bda83b80cf34ac4c268db59970811 (diff)
downloadsystemtap-steved-ecfa3e8b5f0e4e63cf16fcb36f79bb4e5865afaf.tar.gz
systemtap-steved-ecfa3e8b5f0e4e63cf16fcb36f79bb4e5865afaf.tar.xz
systemtap-steved-ecfa3e8b5f0e4e63cf16fcb36f79bb4e5865afaf.zip
2005-07-14 Frank Ch. Eigler <fche@redhat.com>
* Makefile.am (stpd): Install in $pkglibdir. (runtime): Copy to $pkgdatadir. * configure.ac: Pass along pkgdatadir and pkglibdir. * main.cxx: Default runtime_path from pkgdatadir. * buildrun.cxx (run_pass): Correct stpd directory. * Makefile.in, configure, config.in: Regenerated.
Diffstat (limited to 'config.in')
-rw-r--r--config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.in b/config.in
index caf3ecc9..9c833723 100644
--- a/config.in
+++ b/config.in
@@ -48,9 +48,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* libexecdir */
-#undef LIBEXECDIR
-
/* Name of package */
#undef PACKAGE
@@ -69,6 +66,12 @@
/* 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