]> git.pld-linux.org Git - packages/gawk.git/blobdiff - gawk-ac.patch
- updated for 3.1.2
[packages/gawk.git] / gawk-ac.patch
index 2d1029ba539f2da1b8c487693a052f2e1a79ac3a..5af57971e8aefc0aa0f915019c825f90c418da97 100644 (file)
@@ -1,5 +1,18 @@
---- gawk-3.1.1/configure.in    Mon Apr 29 12:23:32 2002
-+++ gawk-3.1.1.new/configure.in        Sun Mar  2 08:36:21 2003
+diff -Nru gawk-3.1.2.orig/Makefile.am gawk-3.1.2/Makefile.am
+--- gawk-3.1.2.orig/Makefile.am        Thu Mar  6 10:31:38 2003
++++ gawk-3.1.2/Makefile.am     Fri Apr  4 13:00:43 2003
+@@ -112,7 +112,7 @@
+ pgawk_SOURCES = $(base_sources) eval_p.c profile_p.c
+ # Get extra libs as needed
+-LDADD = @LIBINTL@ @SOCKET_LIBS@
++LDADD = @LIBINTL@
+ # Set autoconf Makefile.in variables correctly
+ datadir = @datadir@
+diff -Nru gawk-3.1.2.orig/configure.in gawk-3.1.2/configure.in
+--- gawk-3.1.2.orig/configure.in       Sun Mar 16 11:23:32 2003
++++ gawk-3.1.2/configure.in    Fri Apr  4 13:01:47 2003
 @@ -23,6 +23,12 @@
  
  dnl Process this file with autoconf to produce a configure script.
 +m4_pattern_allow(GAWK_AC_LIB_SOCKETS)
 +m4_pattern_allow(GAWK_AC_AIX_TWEAK)
 +
- AC_INIT(awk.h)
- AC_PREREQ(2.13)
- AM_INIT_AUTOMAKE(gawk, 3.1.1)
---- gawk-3.1.1/Makefile.am     Sun Apr 28 14:27:54 2002
-+++ gawk-3.1.1.new/Makefile.am Sun Mar  2 08:43:53 2003
-@@ -110,7 +110,7 @@
- pgawk_SOURCES = $(base_sources) eval_p.c profile_p.c
- # Get extra libs as needed
--LDADD = @LIBINTL@ @SOCKET_LIBS@
-+LDADD = @LIBINTL@
+ dnl *** IMPORTANT ***: Fix version in both AC_INIT and AM_INIT_AUTOMAKE
+ AC_INIT([GNU Awk], 3.1.2, bug-gawk@gnu.org, gawk)
  
- # Special stuff for OS/2, remove after switch to autoconf 2.5x
- PATH_SEPARATOR = @PATH_SEPARATOR@
This page took 0.148658 seconds and 4 git commands to generate.