]> git.pld-linux.org Git - packages/cftp.git/blob - cftp-AC_LIBOBJ.patch
- fixes for new autoconf (LIBOBJS vs. AC_LIBOBJ).
[packages/cftp.git] / cftp-AC_LIBOBJ.patch
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"])
14 +AC_CHECK_FUNCS(tparam, [], AC_LIBOBJ(tparam))
15 +AC_CHECK_FUNCS(getopt_long, [], [AC_LIBOBJ(getopt1) AC_LIBOBJ(getopt)])
16  
17  dnl system services
18  
This page took 0.059 seconds and 3 git commands to generate.