]> git.pld-linux.org Git - packages/anubis.git/commitdiff
- fix for new autoconf
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 11 Jun 2002 23:10:48 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anubis-libobj.patch -> 1.1

anubis-libobj.patch [new file with mode: 0644]

diff --git a/anubis-libobj.patch b/anubis-libobj.patch
new file mode 100644 (file)
index 0000000..bb5dd5f
--- /dev/null
@@ -0,0 +1,15 @@
+--- anubis-3.0.1/configure.in~ 2002-06-08 23:04:40.000000000 +0200
++++ anubis-3.0.1/configure.in  2002-06-09 10:59:51.000000000 +0200
+@@ -46,8 +46,10 @@
+ AC_CHECK_HEADERS(string.h arpa/inet.h syslog.h regex.h)
+ dnl Check for getopt_long in standard library
+-AC_SUBST(LIBOBJS)
+-AC_CHECK_FUNCS(getopt_long,, [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
++AC_CHECK_FUNCS(getopt_long,, [
++      AC_LIBOBJ(getopt1)
++      AC_LIBOBJ(getopt)
++])
+ dnl Checks for library functions.
+ AC_CHECK_FUNCS(snprintf vsnprintf syslog setrlimit socketpair strdup)
This page took 0.084842 seconds and 4 git commands to generate.