]> git.pld-linux.org Git - packages/sed.git/blob - sed-autoconf_fix.patch
- fix autoconf suit for sed.
[packages/sed.git] / sed-autoconf_fix.patch
1 diff -Nriu sed-3.02/aclocal.m4 sed-3.02.new/aclocal.m4
2 --- sed-3.02/aclocal.m4 Sun Aug  2 02:38:41 1998
3 +++ sed-3.02.new/aclocal.m4     Thu Jun 17 19:15:51 1999
4 @@ -44,7 +44,7 @@
5  dnl AM_INIT_AUTOMAKE(package,version, [no-define])
6  
7  AC_DEFUN(AM_INIT_AUTOMAKE,
8 -[AC_REQUIRE([AM_PROG_INSTALL])
9 +[AC_REQUIRE([AC_PROG_INSTALL])
10  PACKAGE=[$1]
11  AC_SUBST(PACKAGE)
12  VERSION=[$2]
13 diff -Nriu sed-3.02/configure.in sed-3.02.new/configure.in
14 --- sed-3.02/configure.in       Sun Aug  2 02:38:33 1998
15 +++ sed-3.02.new/configure.in   Thu Jun 17 19:19:08 1999
16 @@ -102,7 +102,7 @@
17  AC_CHECK_FUNCS(isatty  bcopy bzero isascii memcpy)
18  
19  AC_ARG_PROGRAM
20 -AC_OUTPUT(Makefile djgpp/Makefile doc/Makefile dnl
21 +AC_OUTPUT(Makefile djgpp/Makefile doc/Makefile
22  lib/Makefile sed/Makefile testsuite/Makefile
23  dnl testsuite/version.good:testsuite/version.gin dnl
24  )
This page took 0.051872 seconds and 3 git commands to generate.