1 # Autoconf configuration file for groff.
2 # Copyright (C) 1989-1995, 2001, 2002, 2003, 2004, 2005, 2006
3 # Free Software Foundation, Inc.
5 # This file is part of groff.
7 # groff is free software; you can redistribute it and/or modify it under
8 # the terms of the GNU General Public License as published by the Free
9 # Software Foundation; either version 2, or (at your option) any later
12 # groff is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 # You should have received a copy of the GNU General Public License along
18 # with groff; see the file COPYING. If not, write to the Free Software
19 # Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
21 # Process this file with autoconf to produce a configure script.
26 AC_CONFIG_HEADERS([src/include/config.h:src/include/config.hin])
27 AC_CONFIG_SRCDIR([src/roff/groff/groff.cpp])
36 GROFF_APPRESDIR_OPTION
37 GROFF_APPRESDIR_DEFAULT
40 AC_PATH_PROG([PERLPATH], [perl], [/usr/bin/perl])
49 # use a dummy substitution if no csh hack is necessary to avoid errors
50 # with non-GNU sed programs
51 GROFF_CSH_HACK([SH_SCRIPT_SED_CMD='1s/.*/:/'], [SH_SCRIPT_SED_CMD='1s/a/a/'])
52 AC_SUBST([SH_SCRIPT_SED_CMD])
55 AC_CHECK_HEADERS([stddef.h stdlib.h unistd.h dirent.h limits.h sys/dir.h \
56 string.h strings.h math.h sys/time.h direct.h process.h])
60 # checks for header stuff
62 GROFF_NEED_DECLARATION([gettimeofday])
63 GROFF_NEED_DECLARATION([hypot])
64 GROFF_NEED_DECLARATION([popen])
65 GROFF_NEED_DECLARATION([pclose])
66 GROFF_NEED_DECLARATION([putenv])
67 GROFF_NEED_DECLARATION([rand])
68 GROFF_NEED_DECLARATION([snprintf])
69 GROFF_NEED_DECLARATION([srand])
70 GROFF_NEED_DECLARATION([strcasecmp])
71 GROFF_NEED_DECLARATION([strncasecmp])
72 GROFF_NEED_DECLARATION([vfprintf])
73 GROFF_NEED_DECLARATION([vsnprintf])
81 GROFF_UNSIGNED_LONG_LONG
85 GROFF_STRUCT_EXCEPTION
90 # checks for libraries
95 # checks for functions
98 LIBS="$LIBS $LIBC $LIBM"
99 AC_REPLACE_FUNCS([fmod getcwd putenv snprintf strcasecmp \
100 strerror strncasecmp strtol])
101 # vsnprintf is in the same source file as snprintf
102 AC_CHECK_FUNCS([vsnprintf], [], [AC_LIBOBJ([snprintf])])
104 AC_CHECK_FUNCS([gettimeofday isatty kill rename setlocale strsep])
106 AC_CHECK_DECLS([sys_siglist, getc_unlocked])
109 # checks for compiler characteristics
111 GROFF_TRADITIONAL_CPP
113 # checks for operating system services
117 GROFF_BROKEN_SPOOLER_FLAGS
121 GROFF_TARGET_PATH_SEPARATOR
123 GROFF_PDFDOC_PROGRAMS
124 GROFF_PNMTOPS_NOSETPAGE
127 AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
128 AC_CONFIG_FILES([Makefile doc/Makefile src/utils/xtotroff/Makefile])
129 AC_CONFIG_FILES([contrib/gdiffmk/tests/runtests],
130 [chmod +x contrib/gdiffmk/tests/runtests])
131 AC_CONFIG_FILES([test-groff], [chmod +x test-groff])
134 GROFF_APPRESDIR_CHECK