diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2006-11-22 14:46:51 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2006-11-22 14:46:51 -0800 |
commit | 64de3baf85f6df274f71f736016f0848567cd9f6 (patch) | |
tree | 03d48badce505a36979c18d8657939f7674f8088 /configure.ac | |
parent | 0a2a6e4070718b90af7ca0e047f028e0cabdfb9d (diff) |
Add a -showDefaultLibPath option.
A corollary to the previous change, this option prints $libdir.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2108db4d3..590ab2ad0 100644 --- a/configure.ac +++ b/configure.ac @@ -1383,6 +1383,7 @@ dnl has it in libc), or if libdl is needed to get it. AC_DEFINE_DIR(__XCONFIGFILE__, XF86CONFIGFILE, [Name of configuration file]) AC_DEFINE_DIR(XF86CONFIGFILE, XF86CONFIGFILE, [Name of configuration file]) AC_DEFINE_DIR(DEFAULT_MODULE_PATH, moduledir, [Default module search path]) + AC_DEFINE_DIR(DEFAULT_LIBRARY_PATH, libdir, [Default library install path]) AC_DEFINE_DIR(DEFAULT_LOGPREFIX, LOGPREFIX, [Default log location]) AC_DEFINE_UNQUOTED(__VENDORDWEBSUPPORT__, ["$VENDOR_WEB"], [Vendor web address for support]) |