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).
* 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.
[ 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])