standards. Thanks to Andreas Hanke for the fix. Freedesktop #10326
2007-06-18 Tollef Fog Heen <tfheen@err.no>
+ * configure.in: Fix expansion of default pc_path as per GNU coding
+ standards. Thanks to Andreas Hanke for the fix.
+ Freedesktop #10326
+
* pkg.c (recursive_fill_list): Make sure to act recursively with
Requires.private, making them much more useful. Special thanks to
Matthias Clasen for lots and lots of nagging. Freedesktop #8788
[ pc_path="$withval"
AC_MSG_CHECKING([for default search path for .pc files])
AC_MSG_RESULT([$pc_path])],
- [pc_path="$libdir/pkgconfig:$datadir/pkgconfig"])
+ [pc_path='${libdir}/pkgconfig:${datadir}/pkgconfig'])
AC_SUBST([pc_path])
-dnl AC_DEFINE_UNQUOTED(PKG_CONFIG_PC_PATH,["$pc_path"],[Default search path for .pc files])
])