]> git.pld-linux.org Git - packages/cftp.git/commitdiff
- fixes for new autoconf (LIBOBJS vs. AC_LIBOBJ).
authorkloczek <kloczek@pld-linux.org>
Sat, 28 Sep 2002 15:18:32 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cftp-AC_LIBOBJ.patch -> 1.1

cftp-AC_LIBOBJ.patch [new file with mode: 0644]

diff --git a/cftp-AC_LIBOBJ.patch b/cftp-AC_LIBOBJ.patch
new file mode 100644 (file)
index 0000000..cab15d1
--- /dev/null
@@ -0,0 +1,18 @@
+--- cftp-0.12/configure.in.orig        Tue Sep 17 17:00:25 2002
++++ cftp-0.12/configure.in     Sat Sep 28 16:30:51 2002
+@@ -81,13 +81,8 @@
+                getcwd inet_aton strdup strerror)
+ AC_CHECK_FUNCS(getdomainname getnameinfo)
+-AC_CHECK_FUNCS(tparam, [tparam=1], [tparam=0])
+-if test "$tparam" -ne 1
+-then
+-      AC_CHECK_FUNCS(tparm, , [LIBOBJS="$LIBOBJS tparam.o"])
+-fi
+-
+-AC_CHECK_FUNCS(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
++AC_CHECK_FUNCS(tparam, [], AC_LIBOBJ(tparam))
++AC_CHECK_FUNCS(getopt_long, [], [AC_LIBOBJ(getopt1) AC_LIBOBJ(getopt)])
+ dnl system services
This page took 0.04916 seconds and 4 git commands to generate.