svn commit: lorikeet r724 - in trunk/heimdal: .

lha at samba.org lha at samba.org
Fri Jun 8 21:13:16 GMT 2007


Author: lha
Date: 2007-06-08 21:13:15 +0000 (Fri, 08 Jun 2007)
New Revision: 724

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

Log:
updated import script.

Modified:
   trunk/heimdal/IMPORT-HEIMDAL.sh


Changeset:
Modified: trunk/heimdal/IMPORT-HEIMDAL.sh
===================================================================
--- trunk/heimdal/IMPORT-HEIMDAL.sh	2007-06-08 21:04:31 UTC (rev 723)
+++ trunk/heimdal/IMPORT-HEIMDAL.sh	2007-06-08 21:13:15 UTC (rev 724)
@@ -23,7 +23,10 @@
 cd ../heimdal-lorikeet
 svn status | grep '^\?' | cut -b2- | xargs svn add >> ${l}
 (cd lib/roken && perl -pi -e 's,"roken.h",\<roken.h\>,g' *.c)
+perl -pi -e 's at AC_INIT\(\[[^\]]*\],\[([^\]]*)\],\[([^\)]*)\]\)@AC_INIT([Lorikeet-Heimdal, modified for Samba4],[\1-samba],[samba-technical\@samba.org])@' configure.in || exit 1
 
+autoreconf -f -i > ${l} || exit 1
+
 echo "now run:"
 echo "cd heimdal-lorikeet"
 echo "patch -p0 < heimdal-lorikeet.diff"



More information about the samba-cvs mailing list