diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 17:57:02 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 17:57:02 +0100 |
commit | fbe224e2032cfbd9ea664a64c5254756ce5b5448 (patch) | |
tree | f4adc124c7a6c2794322985baf85443ec1fff3ce /configure.ac | |
parent | 124e6fb56d8aa4e1244625cedc6033ebcda575ed (diff) |
autogen: add --with-rootlibdir= and switch /usr/local to /usr
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 4c8b115674..ef9bfc17d3 100644 --- a/configure.ac +++ b/configure.ac @@ -649,6 +649,7 @@ AC_MSG_RESULT([ plymouth: ${have_plymouth} prefix: ${prefix} rootprefix: ${with_rootprefix} + libexec dir: ${libexecdir} lib dir: ${libdir} rootlib dir: ${with_rootlibdir} pam modules dir: ${with_pamlibdir} |