2 # Process this file with autoconf to produce a configure script.
4 # Copyright (C) 1991, 1993-2010 Free Software Foundation, Inc.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 dnl Written by Jim Meyering.
23 # Make inter-release version strings look like, e.g., v6.9-219-g58ddd, which
24 # indicates that it is built from the 219th delta (in _some_ repository)
25 # following the v6.9 tag, and that 58ddd is a prefix of the commit SHA1.
26 AC_INIT([GNU coreutils],
27 m4_esyscmd([build-aux/git-version-gen .tarball-version]),
28 [bug-coreutils@gnu.org])
30 AC_CONFIG_SRCDIR([src/ls.c])
32 AC_CONFIG_AUX_DIR([build-aux])
33 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
35 AM_INIT_AUTOMAKE([1.11.1 dist-xz color-tests parallel-tests])
36 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
41 AC_PROG_GCC_TRADITIONAL
48 AC_ARG_ENABLE([gcc-warnings],
49 [AS_HELP_STRING([--enable-gcc-warnings],
50 [turn on lots of GCC warnings (for developers)])],
53 *) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;;
55 gl_gcc_warnings=$enableval],
59 if test "$gl_gcc_warnings" = yes; then
60 gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
61 AC_SUBST([WERROR_CFLAGS])
64 # This, $nw, is the list of warnings we disable.
65 nw="$nw -Wdeclaration-after-statement" # too useful to forbid
66 nw="$nw -Waggregate-return" # anachronistic
67 nw="$nw -Wlong-long" # C90 is anachronistic (lib/gethrxtime.h)
68 nw="$nw -Wc++-compat" # We don't care about C++ compilers
69 nw="$nw -Wundef" # Warns on '#if GNULIB_FOO' etc in gnulib
70 nw="$nw -Wtraditional" # Warns on #elif which we use often
71 nw="$nw -Wcast-qual" # Too many warnings for now
72 nw="$nw -Wconversion" # Too many warnings for now
73 nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
74 nw="$nw -Wsign-conversion" # Too many warnings for now
75 nw="$nw -Wtraditional-conversion" # Too many warnings for now
76 nw="$nw -Wunreachable-code" # Too many warnings for now
77 nw="$nw -Wpadded" # Our structs are not padded
78 nw="$nw -Wredundant-decls" # openat.h declares e.g., mkdirat
79 nw="$nw -Wlogical-op" # any use of fwrite provokes this
80 nw="$nw -Wformat-nonliteral" # who.c and pinky.c strftime uses
81 nw="$nw -Wvla" # warnings in gettext.h
82 nw="$nw -Wnested-externs" # use of XARGMATCH/verify_function__
83 nw="$nw -Wswitch-enum" # Too many warnings for now
84 nw="$nw -Wswitch-default" # Too many warnings for now
85 nw="$nw -Wstack-protector" # not worth working around
86 # things I might fix soon:
87 nw="$nw -Wfloat-equal" # sort.c, seq.c
88 nw="$nw -Wmissing-format-attribute" # copy.c
89 nw="$nw -Wunsafe-loop-optimizations" # a few src/*.c
90 nw="$nw -Winline" # system.h's readdir_ignoring_dot_and_dotdot
91 nw="$nw -Wstrict-overflow" # expr.c, pr.c, tr.c, factor.c
92 # ?? -Wstrict-overflow
94 gl_MANYWARN_ALL_GCC([ws])
95 gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])
99 gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one
100 gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now
101 gl_WARN_ADD([-Wno-pointer-sign]) # Too many warnings for now
102 gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now
104 # In spite of excluding -Wlogical-op above, it is enabled, as of
105 # gcc 4.5.0 20090517, and it provokes warnings in cat.c, dd.c, truncate.c
106 gl_WARN_ADD([-Wno-logical-op])
108 gl_WARN_ADD([-fdiagnostics-show-option])
109 gl_WARN_ADD([-funit-at-a-time])
111 AC_SUBST([WARN_CFLAGS])
113 AC_DEFINE([lint], [1], [Define to 1 if the compiler is checking for lint.])
114 AC_DEFINE([_FORTIFY_SOURCE], [2],
115 [enable compile-time and run-time bounds-checking, and some warnings])
116 AC_DEFINE([GNULIB_PORTCHECK], [1], [enable some gnulib portability checks])
118 # We use a slightly smaller set of warning options for lib/.
119 # Remove the following and save the result in GNULIB_WARN_CFLAGS.
121 nw="$nw -Wuninitialized"
122 nw="$nw -Wunused-macros"
123 nw="$nw -Wmissing-prototypes"
124 nw="$nw -Wold-style-definition"
125 gl_MANYWARN_COMPLEMENT([GNULIB_WARN_CFLAGS], [$WARN_CFLAGS], [$nw])
126 AC_SUBST([GNULIB_WARN_CFLAGS])
132 AC_CHECK_FUNCS([chroot],
133 gl_ADD_PROG([optional_bin_progs], [chroot]))
134 AC_CHECK_FUNCS([gethostid],
135 gl_ADD_PROG([optional_bin_progs], [hostid]))
139 AC_MSG_CHECKING([whether localtime caches TZ])
140 AC_CACHE_VAL([utils_cv_localtime_cache],
141 [if test x$ac_cv_func_tzset = xyes; then
142 AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <time.h>
146 extern char **environ;
150 for (to = from = environ; (*to = *from); from++)
151 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
156 time_t now = time ((time_t *) 0);
157 int hour_GMT0, hour_unset;
158 if (putenv ("TZ=GMT0") != 0)
160 hour_GMT0 = localtime (&now)->tm_hour;
162 hour_unset = localtime (&now)->tm_hour;
163 if (putenv ("TZ=PST8") != 0)
165 if (localtime (&now)->tm_hour == hour_GMT0)
168 if (localtime (&now)->tm_hour != hour_unset)
172 [utils_cv_localtime_cache=no],
173 [utils_cv_localtime_cache=yes],
174 [# If we have tzset, assume the worst when cross-compiling.
175 utils_cv_localtime_cache=yes])
177 # If we lack tzset, report that localtime does not cache TZ,
178 # since we can't invalidate the cache if we don't have tzset.
179 utils_cv_localtime_cache=no
181 AC_MSG_RESULT([$utils_cv_localtime_cache])
182 if test $utils_cv_localtime_cache = yes; then
183 AC_DEFINE([LOCALTIME_CACHE], [1], [FIXME])
186 # SCO-ODT-3.0 is reported to need -los to link programs using initgroups
187 AC_CHECK_FUNCS([initgroups])
188 if test $ac_cv_func_initgroups = no; then
189 AC_CHECK_LIB([os], [initgroups])
192 AC_CHECK_FUNCS([syslog])
193 if test $ac_cv_func_syslog = no; then
194 # syslog is not in the default libraries. See if it's in some other.
195 for lib in bsd socket inet; do
196 AC_CHECK_LIB([$lib], [syslog], [AC_DEFINE([HAVE_SYSLOG], [1], [FIXME])
197 LIBS="$LIBS -l$lib"; break])
201 AC_CACHE_CHECK([for 3-argument setpriority function],
202 [utils_cv_func_setpriority],
205 [[#include <sys/time.h>
206 #include <sys/resource.h>
208 [[setpriority (0, 0, 0);]])],
209 [utils_cv_func_setpriority=yes],
210 [utils_cv_func_setpriority=no])])
211 if test $utils_cv_func_setpriority = no; then
212 AC_CHECK_FUNCS([nice])
214 case $utils_cv_func_setpriority,$ac_cv_func_nice in
216 gl_ADD_PROG([optional_bin_progs], [nice])
219 AC_DEFUN([coreutils_DUMMY_1],
221 AC_REQUIRE([gl_READUTMP])
222 if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
223 gl_ADD_PROG([optional_bin_progs], [who])
224 gl_ADD_PROG([optional_bin_progs], [users])
225 gl_ADD_PROG([optional_bin_progs], [pinky])
230 AC_MSG_CHECKING([ut_host in struct utmp])
231 AC_CACHE_VAL([su_cv_func_ut_host_in_utmp],
232 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
233 #include <utmp.h>]], [[struct utmp ut; return !sizeof ut.ut_host;]])],
234 [su_cv_func_ut_host_in_utmp=yes],
235 [su_cv_func_ut_host_in_utmp=no])])
236 AC_MSG_RESULT([$su_cv_func_ut_host_in_utmp])
237 if test $su_cv_func_ut_host_in_utmp = yes; then
239 AC_DEFINE([HAVE_UT_HOST], [1], [FIXME])
242 if test -z "$have_ut_host"; then
243 AC_MSG_CHECKING([ut_host in struct utmpx])
244 AC_CACHE_VAL([su_cv_func_ut_host_in_utmpx],
245 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
246 #include <utmpx.h>]], [[struct utmpx ut; return !sizeof ut.ut_host;]])],
247 [su_cv_func_ut_host_in_utmpx=yes],
248 [su_cv_func_ut_host_in_utmpx=no])])
249 AC_MSG_RESULT([$su_cv_func_ut_host_in_utmpx])
250 if test $su_cv_func_ut_host_in_utmpx = yes; then
251 AC_DEFINE([HAVE_UTMPX_H], [1], [FIXME])
252 AC_DEFINE([HAVE_UT_HOST], [1], [FIXME])
256 GNULIB_BOOT_TIME([gl_ADD_PROG([optional_bin_progs], [uptime])])
258 AC_SYS_POSIX_TERMIOS()
259 gl_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
261 if test $ac_cv_sys_posix_termios = yes; then
262 gl_ADD_PROG([optional_bin_progs], [stty])
264 AC_MSG_CHECKING([whether termios.h needs _XOPEN_SOURCE])
265 AC_CACHE_VAL([su_cv_sys_termios_needs_xopen_source],
266 [AC_EGREP_CPP([yes], [#include <termios.h>
269 #endif], su_cv_sys_termios_needs_xopen_source=no,
270 AC_EGREP_CPP([yes], [#define _XOPEN_SOURCE
274 #endif], su_cv_sys_termios_needs_xopen_source=yes,
275 su_cv_sys_termios_needs_xopen_source=no))])
276 AC_MSG_RESULT([$su_cv_sys_termios_needs_xopen_source])
277 test $su_cv_sys_termios_needs_xopen_source = yes &&
278 AC_DEFINE([TERMIOS_NEEDS_XOPEN_SOURCE], [1], [FIXME])
280 AC_MSG_CHECKING([c_line in struct termios])
281 AC_CACHE_VAL([su_cv_sys_c_line_in_termios],
282 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if TERMIOS_NEEDS_XOPEN_SOURCE
283 #define _XOPEN_SOURCE
285 #include <sys/types.h>
286 #include <termios.h>]], [[struct termios t; return !sizeof t.c_line;]])],
287 [su_cv_sys_c_line_in_termios=yes],
288 [su_cv_sys_c_line_in_termios=no])])
289 AC_MSG_RESULT([$su_cv_sys_c_line_in_termios])
290 test $su_cv_sys_c_line_in_termios = yes \
291 && AC_DEFINE([HAVE_C_LINE], [1], [FIXME])
294 # FIXME: note that this macro appears above, too.
295 # I'm leaving it here for now. This whole thing needs to be modernized...
298 gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H
300 if test $gl_cv_sys_tiocgwinsz_needs_termios_h = no && \
301 test $gl_cv_sys_tiocgwinsz_needs_sys_ioctl_h = no; then
302 AC_MSG_CHECKING([TIOCGWINSZ in sys/pty.h])
303 AC_CACHE_VAL([su_cv_sys_tiocgwinsz_in_sys_pty_h],
304 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
305 #ifdef WINSIZE_IN_PTEM
306 # include <sys/stream.h>
307 # include <sys/ptem.h>
309 #include <sys/ioctl.h>
311 #include <sys/pty.h>]], [[int x = TIOCGWINSZ;]])],
312 [su_cv_sys_tiocgwinsz_in_sys_pty_h=yes],
313 [su_cv_sys_tiocgwinsz_in_sys_pty_h=no])])
314 AC_MSG_RESULT([$su_cv_sys_tiocgwinsz_in_sys_pty_h])
316 test $su_cv_sys_tiocgwinsz_in_sys_pty_h = yes \
317 && AC_DEFINE([GWINSZ_IN_SYS_PTY], [1],
318 [Define if your system defines TIOCGWINSZ in sys/pty.h.])
322 AC_CHECK_DECLS([strsignal, sys_siglist, _sys_siglist, __sys_siglist], , ,
324 #include <signal.h>])
329 # Build df only if there's a point to it.
330 if test $gl_cv_list_mounted_fs = yes && test $gl_cv_fs_space = yes; then
331 gl_ADD_PROG([optional_bin_progs], [df])
334 # Limit stdbuf to ELF systems with GCC
335 AC_MSG_CHECKING([whether this is an ELF system])
336 AC_EGREP_CPP([yes], [#if __ELF__
338 #endif], [elf_sys=yes], [elf_sys=no])
339 AC_MSG_RESULT([$elf_sys])
340 if test "$elf_sys" = "yes" && \
341 test "$GCC" = "yes"; then
342 gl_ADD_PROG([optional_bin_progs], [stdbuf])
345 ############################################################################
346 mk="$srcdir/src/Makefile.am"
347 # Extract all literal names from the definition of $(EXTRA_PROGRAMS)
348 # in $mk but don't expand the variable references.
349 # Append each literal name to $optional_bin_progs.
351 for gl_i in `sed -n '/^'$v' =/,/[[^\]]$/p' $mk \
352 | sed 's/^ *//;/^\$.*/d;/^'$v' =/d' \
353 | tr -s '\\015\\012\\\\' ' '`; do
354 gl_ADD_PROG([optional_bin_progs], $gl_i)
357 # As above, extract literal names from the definition of $(no_install__progs)
358 # in $mk but don't expand the variable references.
360 t=`sed -n '/^'$v' =/,/[[^\]]$/p' $mk \
361 | sed 's/^ *//;/^\$.*/d;/^'$v' =/d' \
362 | tr -s '\\015\\012\\\\' ' '`
363 # Remove any trailing space.
364 no_install_progs_default=`echo "$t"|sed 's/ $//'`
366 # Unfortunately, due to the way autoconf's AS_HELP_STRING works, the list
367 # of default-not-installed programs, "arch hostname su", must appear in two
368 # places: in this file below, and in $mk. Using "$no_install_progs_default"
369 # below cannot work. And we can't substitute the names into $mk because
370 # automake needs the literals, too.
371 # The compromise is to ensure that the space-separated list extracted
372 # above matches the literal 2nd argument below.
373 c="$srcdir/configure.ac"
374 re='^g''l_INCLUDE_EXCLUDE_PROG(.* [\[\(.*\)\]])'
375 t=`sed -n '/'"$re"'/{s/'"$re"'/\1/;s/,/ /gp
378 $no_install_progs_default) ;;
379 *) AC_MSG_ERROR([[internal error: g'l_INCLUDE_EXCLUDE_PROG's 2nd arg, $t,
380 does not match the list of default-not-installed programs
381 ($no_install_progs_default) also recorded in $mk]],
385 # Given the name of a variable containing a space-separated list of
386 # install-by-default programs and the actual list do-not-install-by-default
387 # programs, modify the former variable to reflect any "do-install" and
388 # "don't-install" requests.
389 # I.e., add any program name specified via --enable-install-program=..., and
390 # remove any program name specified via --enable-no-install-program=...
391 # Note how the second argument below is a literal, with "," separators.
392 # That is required due to the way the macro works, and since the
393 # corresponding ./configure option argument is comma-separated on input.
394 gl_INCLUDE_EXCLUDE_PROG([optional_bin_progs], [arch,hostname,su])
396 # Now that we know which programs will actually be built up, figure out
397 # which optional helper progs should be compiled.
398 optional_pkglib_progs=
399 case " $optional_bin_progs " in
400 *' stdbuf '*) gl_ADD_PROG([optional_pkglib_progs], [libstdbuf.so]) ;;
403 # Set INSTALL_SU if su installation has been requested via
404 # --enable-install-program=su.
405 AC_SUBST([INSTALL_SU])
406 case " $optional_bin_progs " in
407 *' su '*) INSTALL_SU=yes ;;
411 MAN=`echo "$optional_bin_progs "|sed 's/ /.1 /g;s/ $//'|tr -d '\\015\\012'`
413 # Change ginstall.1 to "install.h" in $MAN.
414 MAN=`for m in $MAN; do test $m = ginstall.1 && m=install.1; echo $m; done \
415 | tr '\015\012' ' '; echo`
417 # Remove [.1, since writing a portable rule for it in man/Makefile.am
418 # is not practical. The sed LHS below uses the autoconf quadrigraph
420 MAN=`echo "$MAN"|sed 's/\@<:@\.1//'`
422 OPTIONAL_BIN_PROGS=`echo "$optional_bin_progs "|sed 's/ /\$(EXEEXT) /g;s/ $//'`
423 AC_SUBST([OPTIONAL_BIN_PROGS])
424 OPTIONAL_PKGLIB_PROGS=`echo "$optional_pkglib_progs " | sed 's/ $//'`
425 AC_SUBST([OPTIONAL_PKGLIB_PROGS])
426 NO_INSTALL_PROGS_DEFAULT=$no_install_progs_default
427 AC_SUBST([NO_INSTALL_PROGS_DEFAULT])
429 AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes])
431 # Arrange to rerun configure whenever the file, src/Makefile.am,
432 # containing the list of program names changes.
433 CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/src/Makefile.am'
434 AC_SUBST([CONFIG_STATUS_DEPENDENCIES])
435 ############################################################################
437 # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in
438 # translatable strings, we must use need-formatstring-macros here.
439 AM_GNU_GETTEXT([external], [need-formatstring-macros])
440 AM_GNU_GETTEXT_VERSION([0.18])
442 # For a test of uniq: it uses the $LOCALE_FR envvar.
453 gnulib-tests/Makefile