2005-03-26 Tollef Fog Heen <tfheen@err.no>

Author: tfheen
Date: 2005-03-26 16:09:47 GMT
2005-03-26  Tollef Fog Heen  <tfheen@err.no>

        * configure.in: Fix default search path for .pc files.  (This was
        done after the change above but before tagging.  Put here to avoid
        confusion whether this went into the release).
This commit is contained in:
Arch Librarian 2005-07-14 13:06:28 +00:00
parent 9b5994677e
commit ebcac020c9
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@
* NEWS: update for 0.16
2005-03-26 Tollef Fog Heen <tfheen@err.no>
* configure.in: Fix default search path for .pc files. (This was
done after the change above but before tagging. Put here to avoid
confusion whether this went into the release).
2005-03-26 Tollef Fog Heen <tfheen@err.no>
* AUTHORS: Add myself.

View file

@ -16,7 +16,7 @@ AC_DEFUN([PKG_CONFIG_FIND_PC_PATH],
[ pc_path="$withval"
AC_MSG_CHECKING([for default search path for .pc files])
AC_MSG_RESULT([$pc_path])],
[pc_path=`echo $pkglibdir:$pkgdatadir`])
[pc_path="$libdir/$PACKAGE:$datadir/$PACKAGE"])
AC_SUBST([pc_path])
dnl AC_DEFINE_UNQUOTED(PKG_CONFIG_PC_PATH,["$pc_path"],[Default search path for .pc files])