packages/libs/libsdl_mixer/patches/001-automake-compat.patch
jow 7bc5c4e3fc [packages] libsdl-mixer: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 17:16:24 +00:00

11 lines
295 B
Diff

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