comparison configure1.in @ 5519:08ecbb8ea777

Check for strerror.
author Roland McGrath <roland@gnu.org>
date Sat, 08 Jan 1994 21:37:31 +0000
parents 8f79303487ae
children 5131e7d642b9
comparison
equal deleted inserted replaced
5518:df05c1e7abe1 5519:08ecbb8ea777
6 dnl 6 dnl
7 dnl The following text appears in the resulting `configure' script, 7 dnl The following text appears in the resulting `configure' script,
8 dnl explaining how to rebuild it. 8 dnl explaining how to rebuild it.
9 [#!/bin/sh 9 [#!/bin/sh
10 #### Configuration script for GNU Emacs 10 #### Configuration script for GNU Emacs
11 #### Copyright (C) 1992 Free Software Foundation, Inc. 11 #### Copyright (C) 1992, 1994 Free Software Foundation, Inc.
12 12
13 ### Don't edit this script! 13 ### Don't edit this script!
14 ### This script was automatically generated by the `autoconf' program 14 ### This script was automatically generated by the `autoconf' program
15 ### from the file `./configure.in'. 15 ### from the file `./configure.in'.
16 ### To rebuild it, execute the command 16 ### To rebuild it, execute the command
19 19
20 ### This file is part of GNU Emacs. 20 ### This file is part of GNU Emacs.
21 21
22 ### GNU Emacs is free software; you can redistribute it and/or modify 22 ### GNU Emacs is free software; you can redistribute it and/or modify
23 ### it under the terms of the GNU General Public License as published by 23 ### it under the terms of the GNU General Public License as published by
24 ### the Free Software Foundation; either version 1, or (at your option) 24 ### the Free Software Foundation; either version 2, or (at your option)
25 ### any later version. 25 ### any later version.
26 26
27 ### GNU Emacs is distributed in the hope that it will be useful, 27 ### GNU Emacs is distributed in the hope that it will be useful,
28 ### but WITHOUT ANY WARRANTY; without even the implied warranty of 28 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
29 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1272 1272
1273 AC_ALLOCA 1273 AC_ALLOCA
1274 1274
1275 # logb and frexp are found in -lm on most systems. 1275 # logb and frexp are found in -lm on most systems.
1276 AC_HAVE_LIBRARY(-lm) 1276 AC_HAVE_LIBRARY(-lm)
1277 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy bcmp logb frexp ftime res_init setsid) 1277 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1278 random bcopy bcmp logb frexp ftime res_init setsid strerror)
1278 1279
1279 ok_so_far=true 1280 ok_so_far=true
1280 AC_FUNC_CHECK(socket, , ok_so_far=) 1281 AC_FUNC_CHECK(socket, , ok_so_far=)
1281 if test -n "$ok_so_far"; then 1282 if test -n "$ok_so_far"; then
1282 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=) 1283 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=)