1diff -Nurd SDL_mixer-1.2.12/configure.in SDL_mixer-1.2.12/configure.in 2--- SDL_mixer-1.2.12/configure.in 2012-01-16 00:01:05.000000000 +0200 3+++ SDL_mixer-1.2.12/configure.in 2012-12-15 04:08:04.627871456 +0200 4@@ -1,6 +1,5 @@ 5 dnl Process this file with autoconf to produce a configure script. 6 AC_INIT(README) 7-AC_CONFIG_AUX_DIR(build-scripts) 8 9 dnl Set various version strings - taken gratefully from the GTk sources 10 11@@ -40,10 +39,6 @@ 12 AC_SUBST(LT_REVISION) 13 AC_SUBST(LT_AGE) 14 15-dnl Detect the canonical build and host environments 16-AC_CONFIG_AUX_DIRS($srcdir/build-scripts) 17-dnl AC_CANONICAL_HOST 18- 19 dnl Check for tools 20 AC_PROG_LIBTOOL 21 AC_PROG_CC 22