Update of /cvsroot/libexif/m4m
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23356/m4m
Modified Files:
gp-check-popt.m4
Log Message:
Clarified the help message for POPT_LIBS
Index: gp-check-popt.m4
===================================================================
RCS file: /cvsroot/libexif/m4m/gp-check-popt.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- gp-check-popt.m4 9 Apr 2005 20:18:59 -0000 1.1
+++ gp-check-popt.m4 9 Nov 2007 22:21:56 -0000 1.2
@@ -54,8 +54,8 @@ if test "$require_popt" != yes; then
fi
dnl Implicit AC_SUBST
-AC_ARG_VAR([POPT_CFLAGS],[cppflags to compile with libpopt])dnl
-AC_ARG_VAR([POPT_LIBS],[location of libpopt to link against])dnl
+AC_ARG_VAR([POPT_CFLAGS],[CPPFLAGS to compile with libpopt])dnl
+AC_ARG_VAR([POPT_LIBS],[LDFLAGS to link with libpopt])dnl
have_popt=no
|