]> git.pld-linux.org Git - packages/3store.git/blame - 3store-ac.patch
- fixed glib-requires in -devel package
[packages/3store.git] / 3store-ac.patch
CommitLineData
61a8532b
JB
1--- 3store-2.2.22/configure.in.orig 2005-07-18 19:55:21.000000000 +0200
2+++ 3store-2.2.22/configure.in 2007-02-03 16:48:43.483426621 +0100
3@@ -1,8 +1,7 @@
4 # Process this file with autoconf to produce a configure script.
5-AC_INIT(src/tools/tstore_test.c)
6+AC_INIT(3store, 2.2.22)
7 AM_INIT_AUTOMAKE()
8 AM_CONFIG_HEADER(src/config.h)
9-AM_INIT_AUTOMAKE(3store, 2.2.22)
10
11 dnl Library bersioning information - update when API/behaviour changes
12 RDFSQL_API_VERSION=0
13--- 3store-2.2.22/3store-config.in.orig 2005-07-18 16:01:20.000000000 +0200
14+++ 3store-2.2.22/3store-config.in 2007-02-03 17:04:57.538934880 +0100
15@@ -53,7 +53,7 @@
16 echo ${version}
17 ;;
18 --libs)
19- echo -L${libdir} @LDFLAGS@ -lrdfsql
20+ echo -L${libdir} -lrdfsql
21 ;;
22 --cflags)
23 echo ${cflags}
This page took 0.059865 seconds and 4 git commands to generate.