mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 22:48:09 +02:00
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:
parent
9b5994677e
commit
ebcac020c9
2 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue