1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
--- wml_aux/iselect/configure.in.orig 2003-11-13 16:34:23.159508600 -0500
+++ wml_aux/iselect/configure.in 2003-11-13 16:34:29.242583832 -0500
@@ -3,6 +3,7 @@
dnl ## Copyright (c) Ralf S. Engelschall, <rse@engelschall.com>
dnl ##
+AC_INIT(README)
AC_PREREQ(2.10)dnl
AC_REVISION($Revision: 1.1 $)
SHTOOL="./etc/shtool"
@@ -11,7 +12,6 @@
echo "${T_MD}Configuring for iSelect `./etc/shtool version -l c -d long iselect_version.c`${T_ME}"
echo "Copyright (c) 1996-1999 Ralf S. Engelschall, All Rights Reserved."
-AC_INIT(README)
AC_CONFIG_HEADER(config_ac.h)dnl
AC_PREFIX_DEFAULT(/usr/local)
--- wml_aux/iselect/aclocal.m4.orig 2003-11-13 16:39:36.541867240 -0500
+++ wml_aux/iselect/aclocal.m4 2003-11-13 16:39:47.631181408 -0500
@@ -186,24 +186,6 @@
dnl ##
dnl ##########################################################
dnl
-AC_DEFUN(AC_C_PROTOTYPES,
-[AC_MSG_CHECKING([for function prototypes])
-AC_CACHE_VAL(ac_cv_c_prototypes,
-[AC_TRY_LINK([#ifndef __STDC__
-Syntax Error
-#endif], [extern int test (int i, double x);
-struct s1 {int (*f) (int a);};
-struct s2 {int (*f) (double a);};],
- ac_cv_c_prototypes=yes, ac_cv_c_prototypes=no)])dnl
-AC_MSG_RESULT([$ac_cv_c_prototypes])
-if test $ac_cv_c_prototypes = yes; then
- AC_DEFINE(HAVE_PROTOTYPES)
- ANSI_CC=yes
-else
- ANSI_CC=no
-fi
-AC_SUBST(ANSI_CC)
-])dnl
dnl
dnl
dnl ##########################################################
|