[xiph-commits] r12540 - trunk/ezstream

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Feb 24 13:59:09 PST 2007


Author: moritz
Date: 2007-02-24 13:59:07 -0800 (Sat, 24 Feb 2007)
New Revision: 12540

Modified:
   trunk/ezstream/configure.in
Log:
Let the configure script set a (hard-coded, for now) examples installation
directory. This will be made configurable later.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2007-02-24 21:50:54 UTC (rev 12539)
+++ trunk/ezstream/configure.in	2007-02-24 21:59:07 UTC (rev 12540)
@@ -12,6 +12,10 @@
 
 dnl SETUP
 
+dnl  XXX  This should be make configurable.
+EXAMPLES_DIR="\$(datadir)/examples/${PACKAGE}"
+AC_SUBST(EXAMPLES_DIR)
+
 AC_CANONICAL_HOST
 
 DEBUG="-g"



More information about the commits mailing list