aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-03-26 21:00:19 +0000
committerceros7 <ceros7@svn>2010-03-26 21:00:19 +0000
commit2cc3456d8e1c6158fae4286d25929945b7ec1fea (patch)
tree26f8d798ab61fa43740b36f29e878c571c7447b0 /configure.in
parentf42cec28a8f5a3b22b74ef14afd3e8485f3cc753 (diff)
Use AM_INIT_AUTOMAKE to install config.guess and config.sub.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28862 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 68a3940a1c..e2f8757317 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,7 @@ AC_INIT("xbmc", 9.11, http://trac.xbmc.org)
AC_CONFIG_HEADERS([config.h])
AH_TOP([#pragma once])
+AM_INIT_AUTOMAKE
AC_CANONICAL_HOST
# General message strings
@@ -1064,6 +1065,10 @@ if test "$host_vendor" = "apple"; then
xbmc/cores/paplayer/FLACCodec/Makefile"
fi
+# Line below is used so we can use AM_INIT_AUTOMAKE. The corresponding
+# .dummy.am does nothing.
+AC_CONFIG_FILES([.dummy])
+
AC_CONFIG_FILES([${OUTPUT_FILES}])
AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)