svn commit: samba r6487 - in branches/SAMBA_4_0/source/lib: ldb tdb

jelmer at samba.org jelmer at samba.org
Tue Apr 26 11:10:56 GMT 2005


Author: jelmer
Date: 2005-04-26 11:10:55 +0000 (Tue, 26 Apr 2005)
New Revision: 6487

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6487

Log:
Use autoconf for standalone build of tdb

Added:
   branches/SAMBA_4_0/source/lib/tdb/autogen.sh
   branches/SAMBA_4_0/source/lib/tdb/tdb.pc.in
Modified:
   branches/SAMBA_4_0/source/lib/ldb/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/autogen.sh	2005-04-26 10:58:54 UTC (rev 6486)
+++ branches/SAMBA_4_0/source/lib/ldb/autogen.sh	2005-04-26 11:10:55 UTC (rev 6487)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-(autoheader && autoconf) || exit 1
+autoconf || exit 1
 
 echo "Now run ./configure and then make."
 exit 0

Added: branches/SAMBA_4_0/source/lib/tdb/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/autogen.sh	2005-04-26 10:58:54 UTC (rev 6486)
+++ branches/SAMBA_4_0/source/lib/tdb/autogen.sh	2005-04-26 11:10:55 UTC (rev 6487)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+autoconf || exit 1
+
+echo "Now run ./configure and then make."
+exit 0
+


Property changes on: branches/SAMBA_4_0/source/lib/tdb/autogen.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: branches/SAMBA_4_0/source/lib/tdb/tdb.pc.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/tdb.pc.in	2005-04-26 10:58:54 UTC (rev 6486)
+++ branches/SAMBA_4_0/source/lib/tdb/tdb.pc.in	2005-04-26 11:10:55 UTC (rev 6487)
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: tdb
+Description: A trivial database
+Version: 4.0
+#Libs: @LIBS@ -L${libdir} -ltdb
+Cflags: -I${includedir} @CFLAGS@



More information about the samba-cvs mailing list