[PATCH 04/31] Fix messages in m4/freeimageplus.m4.

* m4/freeimageplus.m4: s/FreeImage/FreeImagePlus/g. --- ChangeLog | 6 ++++++ m4/freeimageplus.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 272b419..05a0d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-04-16 Roland Levillain <roland@lrde.epita.fr> + Fix messages in m4/freeimageplus.m4. + + * m4/freeimageplus.m4: s/FreeImage/FreeImagePlus/g. + +2009-04-16 Roland Levillain <roland@lrde.epita.fr> + Fix messages in m4/cfitsio.m4. * m4/cfitsio.m4: s/FreeImage/CFITSIO/g. diff --git a/m4/freeimageplus.m4 b/m4/freeimageplus.m4 index 6ef720e..660b77b 100644 --- a/m4/freeimageplus.m4 +++ b/m4/freeimageplus.m4 @@ -14,7 +14,7 @@ AC_DEFUN([OLN_WITH_FREEIMAGEPLUS], AC_ARG_WITH([freeimageplus], [AC_HELP_STRING([--with-freeimageplus@<:@=DIR@:>@], - [using FreeImage (DIR = prefix for FreeImage installation)])]) + [using FreeImagePlus (DIR = prefix for FreeImagePlus installation)])]) FREEIMAGEPLUS_CXXFLAGS='' FREEIMAGEPLUS_LDFLAGS='' if test "x$with_freeimageplus" != xno; then -- 1.6.1.2
participants (1)
-
Roland Levillain