1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

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
This commit is contained in:
moritz 2007-02-24 21:59:07 +00:00
parent e74272332e
commit 1fca228230

View File

@ -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"