openwrt_archive/libs/libsdl_mixer/patches/001-automake-compat.patch
Jo-Philipp Wich c0f9fe9bd5 [packages] libsdl-mixer: fix autoreconf
SVN-Revision: 25342
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