Author: tfheen
Date: 2005-04-02 07:55:31 GMT
2005-04-02 Tollef Fog Heen <tfheen@err.no>
* configure.in: Remove extraneous " from --with-pc-path's help
2005-04-02 Tollef Fog Heen <tfheen@err.no>
+ * configure.in: Remove extraneous " from --with-pc-path's help
+
* glib-patches/mkinstalldirs.update.diff: cvs admin -ko to avoid
having the Id CVS keyword being expanded, which broke the
application of the patch.
AC_DEFUN([PKG_CONFIG_FIND_PC_PATH],
[AC_ARG_WITH(pc_path,
- [ --with-pc-path" Override the default search path for .pc files ],
+ [ --with-pc-path Override the default search path for .pc files ],
[ pc_path="$withval"
AC_MSG_CHECKING([for default search path for .pc files])
AC_MSG_RESULT([$pc_path])],