File: automake_1.13.2.patch

package info (click to toggle)
gnumeric 1.12.18-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 103,816 kB
  • ctags: 25,022
  • sloc: ansic: 278,696; xml: 54,477; sh: 11,677; perl: 4,216; makefile: 2,751; yacc: 1,324; python: 203
file content (19 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Last-Update: 2013-06-01
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: fixes FTBFS with automake (>= 1.13.2)
 Error: "using '$(srcdir)' in TESTS is currently broken"

--- a/configure.ac
+++ b/configure.ac
@@ -17,9 +17,9 @@
 AC_INIT([gnumeric], [gnumeric_version_full],
 	[http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric])
 
 AC_CONFIG_SRCDIR(src/sheet.h)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 serial-tests])
 
 dnl Version info for libraries = CURRENT:REVISION:AGE
 dnl
 dnl Within each x.y.*, ABI is maintained backward and _forward_ compatible.