[Fedora-directory-commits] ldapserver/m4 fhs.m4,1.2,1.3

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Thu Apr 26 02:37:56 UTC 2007


Author: nkinder

Update of /cvs/dirsec/ldapserver/m4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16117/m4

Modified Files:
	fhs.m4 
Log Message:
Resolves: 236612
Summary: Modified the with-fhs and with-fhs-opt configure options



Index: fhs.m4
===================================================================
RCS file: /cvs/dirsec/ldapserver/m4/fhs.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fhs.m4	24 Apr 2007 18:02:21 -0000	1.2
+++ fhs.m4	26 Apr 2007 02:37:54 -0000	1.3
@@ -42,6 +42,10 @@
 ],
 AC_MSG_RESULT(no))
 
+if test "$with_fhs_opt" = "yes"; then
+  AC_DEFINE([IS_FHS_OPT], [1], [Use FHS optional layout])
+fi
+
 if test "$with_fhs" = "yes" -a "$with_fhs_opt" = "yes"; then
   AC_MSG_ERROR([Can't set both --with-fhs and --with-fhs-opt.  Please only use one of these options.])
 fi




More information about the Fedora-directory-commits mailing list