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

AM_CONFIG_HEADER -> AC_CONFIG_HEADERS, and move config.h into src/.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12538 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-02-24 21:46:05 +00:00
parent d196074741
commit e811f2578b

View File

@ -4,7 +4,7 @@ AC_INIT([ezstream], [0.3.0], [grmo@users.sourceforge.net])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR(src/ezstream.c)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(src/config.h)
AM_MAINTAINER_MODE
AC_USE_SYSTEM_EXTENSIONS