1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Move AC_CONFIG_HEADERS to the bottom

This commit is contained in:
Marvin Scholz 2018-05-28 19:41:59 +02:00
parent e7599f6fe5
commit 5b59406718

View File

@ -19,8 +19,6 @@ dnl Set build/host to default values
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([tar-ustar foreign dist-zip])
@ -216,6 +214,8 @@ AC_SUBST(XIPH_CPPFLAGS)
AC_SUBST(XIPH_CFLAGS)
AC_SUBST(XIPH_LDFLAGS)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
conf/Makefile