rzsz/lrzsz-0.12.20-automake-1.13.patch
Tomáš Chvátal 0e7ce4d808 - Update to 0.12.21~rc bsc#1086416:
* RC candidate from 1999 containing bunch of trivial fxies that
    most other distributions ship
- Rebase patches:
  * lrzsz-0.12.20-automake-1.13.patch
  * lrzsz-autotools.patch
  * lrzsz-po.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/rzsz?expand=0&rev=24
2018-04-05 08:24:49 +00:00

14 lines
425 B
Diff

Index: lrzsz-0.12.21rc/configure.in
===================================================================
--- lrzsz-0.12.21rc.orig/configure.in
+++ lrzsz-0.12.21rc/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/crctab.c)
AM_INIT_AUTOMAKE(lrzsz, 0.12.21rc)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
dnl AC_C_CROSS is in AC_PROG_CC since 2.12