summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-15 15:13:06 +0000
committerwlemb <wlemb>2003-04-15 15:13:06 +0000
commit6d74082d44b9c94bfe519ff30329f95d023aab1e (patch)
tree0aa414dd846dfa3fe28824caa4f01f575d77721a /aclocal.m4
parenta69772d10c2b2ea164b712c7e05f9667caa1ba4a (diff)
downloadgroff-6d74082d44b9c94bfe519ff30329f95d023aab1e.tar.gz
Renamed all `*.cc' files to `*.cpp'.
Updated all configuration files, makefiles, and documentation.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 2457c75c..ef8cd404 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -571,12 +571,12 @@ fi
AC_LANG_POP(C++)])dnl
dnl
dnl
-dnl If mkstemp() isn't available, use our own mkstemp.cc file.
+dnl If mkstemp() isn't available, use our own mkstemp.cpp file.
dnl
AC_DEFUN(GROFF_MKSTEMP,
[AC_MSG_CHECKING([for mkstemp])
AC_LANG_PUSH(C++)
-AC_LIBSOURCE(mkstemp.cc)
+AC_LIBSOURCE(mkstemp.cpp)
AC_TRY_LINK([#include <stdlib.h>
#include <unistd.h>
int (*f) (char *);],