From: Arch Librarian Date: Thu, 14 Jul 2005 13:06:45 +0000 (+0000) Subject: 2005-04-02 Tollef Fog Heen X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5c667d332a13853438b73a8858537bd90123d2;p=pkg-config 2005-04-02 Tollef Fog Heen Author: tfheen Date: 2005-04-02 07:55:31 GMT 2005-04-02 Tollef Fog Heen * configure.in: Remove extraneous " from --with-pc-path's help --- diff --git a/ChangeLog b/ChangeLog index 3d7f3fd..7f8579e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-02 Tollef Fog Heen + * 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. diff --git a/configure.in b/configure.in index d0baabd..1fa372e 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_PROG_CC 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])],