]> git.pld-linux.org Git - packages/redland.git/blame - redland-amfix.patch
- merged lost change:
[packages/redland.git] / redland-amfix.patch
CommitLineData
ec6b87a7
JB
1--- redland-0.9.12/repat/Makefile.am.orig 2002-09-06 20:00:12.000000000 +0200
2+++ redland-0.9.12/repat/Makefile.am 2003-05-22 23:18:13.000000000 +0200
3@@ -1,10 +1,8 @@
4-noinst_LIBRARIES = librepat.a
5 noinst_LTLIBRARIES = librepat.la
6
7 CPPFLAGS=@CPPFLAGS@ @LIBRDF_XML_CPPFLAGS@
8 CFLAGS=@CFLAGS@ @REPAT_FLAGS@
9
10-librepat_a_SOURCES = rdfparse.c rdfparse.h
11 librepat_la_SOURCES = rdfparse.c rdfparse.h
12
13 noinst_PROGRAMS = rdfdump rdftest
14--- redland-0.9.12/raptor/configure.in.orig 2003-02-12 13:38:50.000000000 +0100
15+++ redland-0.9.12/raptor/configure.in 2003-05-22 23:21:25.000000000 +0200
16@@ -104,14 +104,9 @@
17
18 # was AC_REPLACE_FUNCS(strcasecmp) but strcasecmp has two alternatives:
19 # the other non-standard function stricmp or a local alternative
20-LIBOBJS=
21-LTLIBOBJS=
22 if test $ac_cv_func_stricmp = no -a $ac_cv_func_stricmp = no; then
23- LIBOBJS="$LIBOBJS strcasecmp.o"
24- LTLIBOBJS="$LTLIBOBJS strcasecmp.lo"
25+ AC_LIBOBJ([strcasecmp])
26 fi
27-AC_SUBST(LIBOBJS)
28-AC_SUBST(LTLIBOBJS)
29
30
31 AC_MSG_CHECKING(whether need to declare optind)
This page took 0.098673 seconds and 4 git commands to generate.