* m4/cfitsio.m4: s/FreeImage/CFITSIO/g.
---
ChangeLog | 6 ++++++
m4/cfitsio.m4 | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5448079..272b419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-04-16 Roland Levillain <roland(a)lrde.epita.fr>
+ Fix messages in m4/cfitsio.m4.
+
+ * m4/cfitsio.m4: s/FreeImage/CFITSIO/g.
+
+2009-04-16 Roland Levillain <roland(a)lrde.epita.fr>
+
Do not impose Emacs' Makefile major mode in Makefile.am's.
* Makefile.am,
diff --git a/m4/cfitsio.m4 b/m4/cfitsio.m4
index 32fd89d..0660968 100644
--- a/m4/cfitsio.m4
+++ b/m4/cfitsio.m4
@@ -2,7 +2,7 @@
# OLN_WITH_CFITSIO
# ----------------------
-# Checks whether the Cfitsio library is available from C++
+# Checks whether the CFITSIO library is available from C++
# programs.
#
# This macro sets CFITSIO_CXXFLAGS and CFITSIO_LDFLAGS if
@@ -14,7 +14,7 @@ AC_DEFUN([OLN_WITH_CFITSIO],
AC_ARG_WITH([cfitsio],
[AC_HELP_STRING([--with-cfitsio@<:@=DIR@:>@],
- [using FreeImage (DIR = prefix for FreeImage installation)])])
+ [using CFITSIO (DIR = prefix for CFITSIO installation)])])
CFITSIO_CXXFLAGS=''
CFITSIO_LDFLAGS=''
if test "x$with_cfitsio" != xno; then
@@ -33,7 +33,7 @@ AC_DEFUN([OLN_WITH_CFITSIO],
[oln_have_cfitsio=yes
CFITSIO_LDFLAGS="$CFITSIO_LDFLAGS -lcfitsio"
AC_DEFINE([HAVE_CFITSIO], 1,
- [Define to 1 if we can use FreeImage])
+ [Define to 1 if we can use CFITSIO])
]
)]
)
--
1.6.1.2
Show replies by date