]> git.pld-linux.org Git - packages/cftp.git/blame - cftp-AC_LIBOBJ.patch
- updated to work with current autoconf
[packages/cftp.git] / cftp-AC_LIBOBJ.patch
CommitLineData
5815b7da 1--- cftp-0.12/configure.in.orig Tue Sep 17 17:00:25 2002
2+++ cftp-0.12/configure.in Sat Sep 28 16:30:51 2002
3@@ -81,13 +81,8 @@
4 getcwd inet_aton strdup strerror)
5 AC_CHECK_FUNCS(getdomainname getnameinfo)
6
7-AC_CHECK_FUNCS(tparam, [tparam=1], [tparam=0])
8-if test "$tparam" -ne 1
9-then
10- AC_CHECK_FUNCS(tparm, , [LIBOBJS="$LIBOBJS tparam.o"])
11-fi
12-
13-AC_CHECK_FUNCS(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
c71fde4c 14+AC_CHECK_FUNCS(tparam, [], [AC_LIBOBJ(tparam)])
5815b7da 15+AC_CHECK_FUNCS(getopt_long, [], [AC_LIBOBJ(getopt1) AC_LIBOBJ(getopt)])
16
17 dnl system services
18
This page took 0.055718 seconds and 4 git commands to generate.