0e7ce4d808
* 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
14 lines
425 B
Diff
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
|