]> err.no Git - pkg-config/commitdiff
2005-03-26 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:28 +0000 (13:06 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:28 +0000 (13:06 +0000)
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).

ChangeLog
configure.in

index f72fea03d9231955fda2ef92b663533a4c72da15..c523d6bb71538ce8e73ff23c9c810a2c2591ed35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 557efc2ab930a928782d1cb990658888ee8d8961..9bc0450a546ed9a644227b95f48233aa7361f4c9 100644 (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])