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 <[email protected]>
Description: fixes FTBFS with automake (>= 1.13.2)
Error: "using '$(srcdir)' in TESTS is currently broken"
--- a/configure.ac
b/configure.ac
@@ -18,9 18,9 @@
AC_INIT([gnumeric],[gnumeric_version_full],[https://gitlab.gnome.org/GNOME/gnumeric/issues],[],[http://www.gnumeric.org/])
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.
|