svn commit: samba r12266 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Thu Dec 15 19:23:35 GMT 2005


Author: metze
Date: 2005-12-15 19:23:35 +0000 (Thu, 15 Dec 2005)
New Revision: 12266

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

Log:
add --with-libdir option to overwrite the result that is set by --with-fhs=yes/no

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_path.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_path.m4	2005-12-15 19:13:40 UTC (rev 12265)
+++ branches/SAMBA_4_0/source/build/m4/check_path.m4	2005-12-15 19:23:35 UTC (rev 12266)
@@ -121,6 +121,19 @@
     ;;
   esac])
 
+#################################################
+# set lib directory location
+AC_ARG_WITH(libdir,
+[  --with-libdir=DIR    Where to put modules files (\$libdir)],
+[ case "$withval" in
+  yes|no)
+    AC_MSG_WARN([--with-libdir called without argument - will use default])
+  ;;
+  * )
+    libdir="$withval"
+    ;;
+  esac])
+
 AC_SUBST(configdir)
 AC_SUBST(lockdir)
 AC_SUBST(piddir)



More information about the samba-cvs mailing list