AC_TYPE_SIGNAL from current autoconf can fail if CC=g++.
commit3ce114d3095d0cf27ae6479d838c81fd86a8c7bc
authorWerner LEMBERG <wl@gnu.org>
Sat, 30 Apr 2005 07:03:14 +0000 (30 07:03 +0000)
committerWerner LEMBERG <wl@gnu.org>
Sat, 30 Apr 2005 07:03:14 +0000 (30 07:03 +0000)
treed6bdd7b64a943d64a2427b2ac4d93c0388ada6fc
parent589870c9d3f74288255c1bb61ec532420ab51c27
AC_TYPE_SIGNAL from current autoconf can fail if CC=g++.

* aclocal.m4 (GROFF_TYPE_SIGNAL): New function.
* configure.ac: Use GROFF_TYPE_SIGNAL, not AC_TYPE_SIGNAL.
* configure, src/include/config.hin: Regenerated.

* PROBLEMS: Updated.

Update getopt files.

* src/include/getopt.h, src/libs/libgroff/getopt.c,
src/libs/libgroff/getopt1.c: Updated from GNU libc CVS.

* src/include/getopt_int.h: New file (from GNU libc CVS).

* src/include/groff-getopt.h: Updated.

* src/include/Makefile.sub (HDRS): Add getopt_int.h.

* font/devutf8/NOTES: Updated.

Bug fix for Win32 relocatable code.  Based on a patch from Keith
Marshall.

* src/libs/libgroff/maxpathname.cpp (PATH_MAX): Test for `_MAX_PATH'
also.

* src/libs/libgroff/relocate.c (DEBUG): Define it conditionally.
(searchpath) [_WIN32]: Use `_fullpath', not `realpath'.
14 files changed:
ChangeLog
PROBLEMS
aclocal.m4
configure
configure.ac
font/devutf8/NOTES
src/include/Makefile.sub
src/include/config.hin
src/include/getopt.h
src/include/groff-getopt.h
src/libs/libgroff/getopt.c
src/libs/libgroff/getopt1.c
src/libs/libgroff/maxpathname.cpp
src/libs/libgroff/relocate.cpp