svn commit: samba r14910 - in branches/SAMBA_4_0/source/build: m4 smb_build

jelmer at samba.org jelmer at samba.org
Tue Apr 4 16:21:09 GMT 2006


Author: jelmer
Date: 2006-04-04 16:21:08 +0000 (Tue, 04 Apr 2006)
New Revision: 14910

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

Log:
Remove unused configure options

Modified:
   branches/SAMBA_4_0/source/build/m4/check_path.m4
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_path.m4	2006-04-04 16:20:32 UTC (rev 14909)
+++ branches/SAMBA_4_0/source/build/m4/check_path.m4	2006-04-04 16:21:08 UTC (rev 14910)
@@ -122,21 +122,6 @@
 AC_SUBST(winbindd_socket_dir)
 AC_SUBST(modulesdir)
 
-#################################################
-# set prefix for 'make test'
-selftest_prefix="./"
-AC_SUBST(selftest_prefix)
-AC_ARG_WITH(selftest-prefix,
-[  --with-selftest-prefix=DIR    The prefix where make test will be runned (\$selftest_prefix)],
-[ case "$withval" in
-  yes|no)
-    AC_MSG_WARN([--with-selftest-prefix called without argument - will use default])
-  ;;
-  * )
-    selftest_prefix="$withval"
-    ;;
-  esac])
-
 debug=no
 AC_ARG_ENABLE(debug,
 [  --enable-debug          Turn on compiler debugging information (default=no)],
@@ -153,13 +138,6 @@
         developer=yes
     fi])
 
-experimental=no
-AC_ARG_ENABLE(experimental,
-[  --enable-experimental   Turn on experimental features (default=no)],
-    [if test x$enable_experimental = xyes; then
-        experimental=yes
-    fi])
-
 dnl disable these external libs 
 AC_ARG_WITH(disable-ext-lib,
 [  --with-disable-ext-lib=LIB Comma-seperated list of external libraries],
@@ -169,33 +147,3 @@
 		eval SMB_EXT_LIB_$i=NO
 	done
 fi ])
-
-dnl exclude these modules 
-AC_ARG_WITH(exclude-modules,
-[  --with-exclude-modules=MODULES Comma-seperated list of names of modules to exclude from build],
-[ if test $withval; then
-	for i in `echo $withval | sed -e's/,/ /g'`
-	do
-		eval SMB_MODULE_$i=NOT
-	done
-fi ])
-
-dnl Always built these modules shared
-AC_ARG_WITH(shared-modules,
-[  --with-shared-modules=MODULES  Comma-seperated list of names of modules to build shared],
-[ if test $withval; then
-	for i in `echo $withval | sed -e's/,/ /g'`
-	do
-		eval SMB_MODULE_$i=SHARED
-	done
-fi ])
-
-dnl Always built these modules static
-AC_ARG_WITH(static-modules,
-[  --with-static-modules=MODULES  Comma-seperated list of names of modules to statically link in],
-[ if test $withval; then
-	for i in `echo $withval | sed -e's/,/ /g'`
-	do
-		eval SMB_MODULE_$i=STATIC
-	done
-fi ])

Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-04 16:20:32 UTC (rev 14909)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-04 16:21:08 UTC (rev 14910)
@@ -67,7 +67,7 @@
 	$self->output(<< "__EOD__"
 prefix = $self->{config}->{prefix}
 exec_prefix = $self->{config}->{exec_prefix}
-selftest_prefix = $self->{config}->{selftest_prefix}
+selftest_prefix = ./
 VPATH = $self->{config}->{srcdir}:heimdal/lib/asn1:heimdal/lib/krb5:heimdal/lib/gssapi:heimdal/lib/hdb:heimdal/lib/roken:heimdal/lib/des
 srcdir = $self->{config}->{srcdir}
 builddir = $self->{config}->{builddir}



More information about the samba-cvs mailing list