ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/aclocal.m4
(Generate patch)

Comparing Convert-UUlib/uulib/aclocal.m4 (file contents):
Revision 1.3 by root, Sun Apr 18 20:08:11 2004 UTC vs.
Revision 1.4 by root, Sat Sep 24 10:55:39 2022 UTC

1dnl 1dnl
2dnl originally from ncftp 2.3.0 2dnl originally from ncftp 2.3.0
3dnl added wi_EXTRA_PDIR and wi_ANSI_C 3dnl added wi_EXTRA_PDIR and wi_ANSI_C
4dnl $Id: aclocal.m4,v 1.3 2004/04/18 20:08:11 root Exp $ 4dnl $Id: aclocal.m4,v 1.4 2022/09/24 10:55:39 root Exp $
5dnl 5dnl
6AC_DEFUN(wi_EXTRA_IDIR, [ 6AC_DEFUN(wi_EXTRA_IDIR, [
7incdir="$1" 7incdir="$1"
8if test -r $incdir ; then 8if test -r $incdir ; then
9 case "$CPPFLAGS" in 9 case "$CPPFLAGS" in
105 progdir="${exdir}/bin${subexdirr}" 105 progdir="${exdir}/bin${subexdirr}"
106 wi_EXTRA_PDIR($progdir) 106 wi_EXTRA_PDIR($progdir)
107 fi 107 fi
108done 108done
109done 109done
110])
111dnl
112dnl
113dnl
114AC_DEFUN(wi_PROTOTYPES, [
115AC_MSG_CHECKING(if the compiler supports function prototypes)
116AC_TRY_COMPILE(,[extern void exit(int status);],[wi_cv_prototypes=yes
117AC_DEFINE(PROTOTYPES)],wi_cv_prototypes=no)
118AC_MSG_RESULT($wi_cv_prototypes)
119])
120dnl
121dnl
122dnl
123AC_DEFUN(wi_ANSI_C, [
124AC_MSG_CHECKING(ANSI-style function definitions)
125AC_TRY_COMPILE(,[int blubb(int x) { return 0; }],[wi_cv_ansi_funcs=yes
126AC_DEFINE(ANSI_FUNCS)],wi_cv_ansi_funcs=no)
127AC_MSG_RESULT($wi_cv_ansi_funcs)
128]) 110])
129dnl 111dnl
130dnl 112dnl
131dnl 113dnl
132AC_DEFUN(wi_HEADER_SYS_SELECT_H, [ 114AC_DEFUN(wi_HEADER_SYS_SELECT_H, [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines