forked from pool/texinfo
c69d51de0f
- add: automake-1.12.patch (forwarded request 122759 from puzel) OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=27
14 lines
456 B
Diff
14 lines
456 B
Diff
Index: texinfo-4.13/configure.ac
|
|
===================================================================
|
|
--- texinfo-4.13.orig/configure.ac
|
|
+++ texinfo-4.13/configure.ac
|
|
@@ -13,7 +13,7 @@ AC_INIT([GNU Texinfo], [4.13], [bug-texi
|
|
|
|
dnl Must come before AM_INIT_AUTOMAKE.
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma])
|
|
+AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-xz])
|
|
|
|
# Minimum Autoconf version required.
|
|
AC_PREREQ(2.59)
|