[packages] libsdl-mixer: fix autoreconf

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-02-03 17:16:24 +00:00
parent eea3483bdf
commit 7bc5c4e3fc
3 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.libsdl.org/projects/SDL_mixer/release/
PKG_MD5SUM:=65ada3d997fe85109191a5fb083f248c PKG_MD5SUM:=65ada3d997fe85109191a5fb083f248c
PKG_FIXUP:=libtool PKG_FIXUP:=libtool
PKG_MACRO_PATHS:=acinclude
PKG_INSTALL:=1 PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -0,0 +1,10 @@
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
+AC_CONFIG_AUX_DIR([build-scripts])
dnl Set various version strings - taken gratefully from the GTk sources