Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 37fcfc0bf32e4211ce2c7989a5b027a0 > files > 2

mp3splt-gtk-0.9.1-3.mga5.src.rpm

diff -up ./configure.ac.orig ./configure.ac
--- ./configure.ac.orig	2013-08-20 11:00:49.321382106 +0300
+++ ./configure.ac	2013-08-20 11:02:46.168760846 +0300
@@ -47,7 +47,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # right directory
 AC_CONFIG_SRCDIR([src/mp3splt-gtk.c])
 # Initialize automake
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
 
 # Tell autoconf where to put the output file that contains all
 # definitions our C program will need
diff -up ./test/Makefile.am.orig ./test/Makefile.am
--- ./test/Makefile.am.orig	2013-08-20 12:10:06.229198565 +0300
+++ ./test/Makefile.am	2013-08-20 12:11:28.555876469 +0300
@@ -1,5 +1,7 @@
 EXTRA_DIST = run-tests.sh
 
+AUTOMAKE_OPTIONS = no-dependencies
+
 INCLUDES = $(CUTTER_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)/src
 LIBS = $(CUTTER_LIBS) $(GTK_LIBS) -lm