From 1fca228230e57a2b5a365dd111085f0bc28681ff Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 24 Feb 2007 21:59:07 +0000 Subject: [PATCH] Let the configure script set a (hard-coded, for now) examples installation directory. This will be made configurable later. git-svn-id: https://svn.xiph.org/trunk/ezstream@12540 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 11dd1eb..5632f7d 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,10 @@ AC_USE_SYSTEM_EXTENSIONS dnl SETUP +dnl XXX This should be make configurable. +EXAMPLES_DIR="\$(datadir)/examples/${PACKAGE}" +AC_SUBST(EXAMPLES_DIR) + AC_CANONICAL_HOST DEBUG="-g"