summaryrefslogtreecommitdiff
path: root/gawk/gawk-3.0.4
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /gawk/gawk-3.0.4
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'gawk/gawk-3.0.4')
-rw-r--r--gawk/gawk-3.0.4/configure.patch53
1 files changed, 0 insertions, 53 deletions
diff --git a/gawk/gawk-3.0.4/configure.patch b/gawk/gawk-3.0.4/configure.patch
deleted file mode 100644
index 8a3e7a12ea..0000000000
--- a/gawk/gawk-3.0.4/configure.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- gawk-3.0.4/./configure.in~configure
-+++ gawk-3.0.4/./configure.in
-@@ -27,8 +27,9 @@
- dnl define(AC_CONFIG_AUX_DIR,)
-
- dnl This is the configure.in script proper
--AC_INIT(awk.h)
--AC_PREREQ(2.12)
-+AC_INIT
-+AC_CONFIG_SRCDIR([awk.h])
-+AC_PREREQ(2.57)
- AC_CONFIG_HEADER(config.h:configh.in)
- AC_CANONICAL_HOST
-
-@@ -91,7 +92,7 @@
- dnl checks for typedefs
- AC_TYPE_PID_T
- AC_TYPE_SIGNAL
--AC_SIZE_T
-+AC_TYPE_SIZE_T([])
- AC_TYPE_GETGROUPS
- AC_EGREP_HEADER([int.*sprintf], stdio.h,
- AC_DEFINE(SPRINTF_RET, int),
-@@ -145,7 +146,15 @@
- fi
-
- dnl checks for structure members
--AC_STRUCT_ST_BLKSIZE
-+AC_DIAGNOSE([obsolete],[AC_STRUCT_ST_BLKSIZE:
-+ your code should no longer depend upon `HAVE_ST_BLKSIZE', but
-+ `HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this warning and
-+ the `AC_DEFINE' when you adjust the code.])
-+AC_CHECK_MEMBERS([struct stat.st_blksize],[AC_DEFINE(HAVE_ST_BLKSIZE, 1,
-+ [Define to 1 if your `struct stat' has
-+ `st_blksize'. Deprecated, use
-+ `HAVE_STRUCT_STAT_ST_BLKSIZE' instead.])])
-+
- AC_HEADER_TIME
- AC_STRUCT_TM
- AC_STRUCT_TIMEZONE
-@@ -155,4 +164,6 @@
- AC_C_CONST
- GAWK_AC_C_STRINGIZE
-
--AC_OUTPUT(Makefile doc/Makefile test/Makefile awklib/Makefile, [date > stamp-h])
-+AC_CONFIG_FILES([Makefile doc/Makefile test/Makefile awklib/Makefile])
-+AC_CONFIG_COMMANDS([default],[[date > stamp-h]],[[]])
-+AC_OUTPUT