File xdelta-1.1.4-automake-1.13.patch of Package xdelta
Index: xdelta-1.1.4/configure.in
===================================================================
--- xdelta-1.1.4.orig/configure.in
+++ xdelta-1.1.4/configure.in
@@ -2,7 +2,7 @@ dnl -*-Mode: C; comment-start: "dnl "-*-
dnl Process this file with autoconf to produce a configure script.
AC_REVISION([configure.in,v 1.2 1998/10/03 00:17:50 jmacd Exp])dnl
AC_INIT(xdelta.c)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl $Format: "AM_INIT_AUTOMAKE(xdelta, $ReleaseVersion$, no-define)" $
AM_INIT_AUTOMAKE(xdelta, 1.1.4, no-define)