From b9c0eb8bdd7954e851655353ae26417122283aae Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 26 Mar 2002 11:08:25 +0000 Subject: Regenerated patch. (This used to be commit 34cc49d92988a0d4871b6586776b5d2c9d94de94) --- source3/python/samba-head.patch | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'source3/python/samba-head.patch') diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch index 3f3028477e..51c1bf9481 100644 --- a/source3/python/samba-head.patch +++ b/source3/python/samba-head.patch @@ -1,11 +1,11 @@ Index: configure.in =================================================================== RCS file: /data/cvs/samba/source/configure.in,v -retrieving revision 1.292 -diff -u -r1.292 configure.in ---- configure.in 2002/03/19 02:32:31 1.292 -+++ configure.in 2002/03/19 23:32:36 -@@ -2690,7 +2690,7 @@ +retrieving revision 1.293 +diff -u -r1.293 configure.in +--- configure.in 2002/03/23 08:28:19 1.293 ++++ configure.in 2002/03/26 09:25:39 +@@ -2691,7 +2691,7 @@ builddir=`pwd` AC_SUBST(builddir) @@ -17,11 +17,11 @@ diff -u -r1.292 configure.in Index: Makefile.in =================================================================== RCS file: /data/cvs/samba/source/Makefile.in,v -retrieving revision 1.458 -diff -u -r1.458 Makefile.in ---- Makefile.in 2002/03/19 12:13:02 1.458 -+++ Makefile.in 2002/03/19 23:32:08 -@@ -778,6 +778,17 @@ +retrieving revision 1.461 +diff -u -r1.461 Makefile.in +--- Makefile.in 2002/03/25 01:29:55 1.461 ++++ Makefile.in 2002/03/26 09:25:40 +@@ -781,6 +781,17 @@ -$(INSTALLCMD) -d ${prefix}/include -$(INSTALLCMD) include/libsmbclient.h ${prefix}/include @@ -34,8 +34,7 @@ diff -u -r1.458 Makefile.in + @echo python python/setup.py build + @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ + SRCDIR="$(srcdir)/" \ -+ python python/setup.py build -+ ++ python python/setup.py build + # revert to the previously installed version revert: -- cgit