martin: server/perl-kolab configure.ac,1.3,1.4

cvs at intevation.de cvs at intevation.de
Thu Mar 9 22:23:24 CET 2006


Author: martin

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv30382

Modified Files:
	configure.ac 
Log Message:
Martin Konold: Applying --with-perllib=PERLLIB patch from Gunnar Wrobel


Index: configure.ac
===================================================================
RCS file: /kolabrepository/server/perl-kolab/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.ac	14 Jan 2006 22:16:43 -0000	1.3
+++ configure.ac	9 Mar 2006 21:23:22 -0000	1.4
@@ -21,6 +21,13 @@
 )
 AC_SUBST_FILE(distribution)
 
+AC_ARG_WITH([perllib],
+  [AC_HELP_STRING([--with-perllib=PERLLIB],
+     [perl library path])],
+     [perllib=$withval],
+   [perllib=`eval $(perl '-V:installvendorlib'); echo $installvendorlib`])
+AC_SUBST(perllib)
+
 # Checks for libraries.
 
 # Checks for header files.





More information about the commits mailing list