]> git.pld-linux.org Git - packages/gawk.git/blame - gawk-ac.patch
- updated for 3.1.2
[packages/gawk.git] / gawk-ac.patch
CommitLineData
7bf754c8 1diff -Nru gawk-3.1.2.orig/Makefile.am gawk-3.1.2/Makefile.am
2--- gawk-3.1.2.orig/Makefile.am Thu Mar 6 10:31:38 2003
3+++ gawk-3.1.2/Makefile.am Fri Apr 4 13:00:43 2003
4@@ -112,7 +112,7 @@
5 pgawk_SOURCES = $(base_sources) eval_p.c profile_p.c
6
7 # Get extra libs as needed
8-LDADD = @LIBINTL@ @SOCKET_LIBS@
9+LDADD = @LIBINTL@
10
11 # Set autoconf Makefile.in variables correctly
12 datadir = @datadir@
13diff -Nru gawk-3.1.2.orig/configure.in gawk-3.1.2/configure.in
14--- gawk-3.1.2.orig/configure.in Sun Mar 16 11:23:32 2003
15+++ gawk-3.1.2/configure.in Fri Apr 4 13:01:47 2003
63027f91 16@@ -23,6 +23,12 @@
17
18 dnl Process this file with autoconf to produce a configure script.
19
20+m4_pattern_allow(GAWK_AC_LINUX_ALPHA)
21+m4_pattern_allow(GAWK_AC_TYPE_SSIZE_T)
22+m4_pattern_allow(GAWK_AC_FUNC_STRTOD_C89)
23+m4_pattern_allow(GAWK_AC_LIB_SOCKETS)
24+m4_pattern_allow(GAWK_AC_AIX_TWEAK)
25+
7bf754c8 26 dnl *** IMPORTANT ***: Fix version in both AC_INIT and AM_INIT_AUTOMAKE
27 AC_INIT([GNU Awk], 3.1.2, bug-gawk@gnu.org, gawk)
63027f91 28
This page took 0.072023 seconds and 4 git commands to generate.