diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-26 23:14:44 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-26 23:14:44 +0000 |
commit | e6e91c26660f3b72d6ac1537a763c64108b83bc2 (patch) | |
tree | 51fe94be14c08dc10668a2b037c5e27dd0b99d0a /configure.ac | |
parent | 807312e7b44a368b533fd43ea665c45b2131bcab (diff) |
added --with-pkg-config-path option try not to run autoheader too much
Original commit message from CVS:
* added --with-pkg-config-path option
* try not to run autoheader too much
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 57dfc4ce..8d813aa5 100644 --- a/configure.ac +++ b/configure.ac @@ -104,6 +104,11 @@ dnl ############################## dnl Check for tools: dnl ================ +dnl modify pkg-config path +AC_ARG_WITH(pkg-config-path, + AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]), + [export PKG_CONFIG_PATH=${withval}]) + dnl Check for nasm AC_PATH_PROG(NASM_PATH, nasm, no) AC_SUBST(NASM_PATH) |