-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with savannah gawk cvsps 264. Update to Autoconf 2.63, Automake …
…1.11, Libtool 2.2.6a. This patch seems out of sync (see libsigsegv/ChangeLog). Arnold or me, someone seems to have forgotten some patches.
- Loading branch information
jkahrs
committed
Sep 24, 2009
1 parent
9714f88
commit edb510e
Showing
15 changed files
with
1,554 additions
and
571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
263 | ||
264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Mon Jun 8 22:13:49 2009 Arnold D. Robbins <[email protected]> | ||
|
||
Update to Autoconf 2.63, Automake 1.11, Libtool 2.2.6a | ||
|
||
* ltmain.sh: New file. | ||
* configure.ac: Changes to keep infrastructure tools happy. | ||
* alocal.m4, configure: Regenerated. | ||
* Makefile.in, */Makefile.in: Regenerated. | ||
|
||
Mon Jun 8 07:43:25 2009 John DuBois <[email protected]> | ||
|
||
* builtin.c (mbc_byte_count, mbc_char_count): Make sure all declarations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
Thu Sep 24 11:31:22 UTC 2009 Juergen Kahrs <[email protected]> | ||
|
||
Sync with savannah gawk cvsps 264. | ||
Update infrastructure; main goal is to keep libsigsegv from installing. | ||
Update to Autoconf 2.63, Automake 1.11, Libtool 2.2.6a. | ||
|
||
This patch seems out of sync (see libsigsegv/ChangeLog). | ||
Arnold or me, someone seems to have forgotten some patches. | ||
I hope this will be fixed later with cvsps 283. | ||
I will commit these sources because they can be built. | ||
This wil have to be fixed later; possibly by copying. | ||
|
||
* ltmain.sh: New file. | ||
* configure.ac: Changes to keep infrastructure tools happy. | ||
* alocal.m4, configure, Makefile.in, */Makefile.in: | ||
Ignoring patches of generated files. | ||
|
||
Thu Sep 24 08:19:54 UTC 2009 Juergen Kahrs <[email protected]> | ||
|
||
Sync with savannah gawk cvsps 263. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ dnl | |
|
||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([Extensible GNU Awk], 3.1.6b, [email protected], xgawk) | ||
AC_INIT([Extensible GNU Awk], 3.1.6c, [email protected], xgawk) | ||
|
||
# override gawk installation names | ||
program_transform_name="s:^\(p\{0,1\}\)gawk:\1xgawk:" | ||
|
@@ -48,8 +48,14 @@ then | |
export INSTALL | ||
fi | ||
|
||
AC_PREREQ(2.59) | ||
AM_INIT_AUTOMAKE | ||
AC_PREREQ(2.63) | ||
# Arnold uses automake 1.11, but I have only 1.10. | ||
# FIXME: This should be cleaned up as soon as possible. | ||
# AM_INIT_AUTOMAKE([1.11]) | ||
AM_INIT_AUTOMAKE([1.10]) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
||
|
||
dnl configure libsigsegv | ||
AC_CONFIG_SUBDIRS([libsigsegv]) | ||
|
@@ -85,12 +91,16 @@ AC_ARG_ENABLE([directories-fatal], [ --disable-directories-fatal Disable fatal | |
fi | ||
) | ||
|
||
AC_USE_SYSTEM_EXTENSIONS | ||
|
||
dnl checks for programs | ||
AC_PROG_EGREP | ||
AC_PROG_YACC | ||
AC_PROG_LN_S | ||
AC_PROG_CC | ||
AC_PROG_CPP | ||
dnl AC_PROG_RANLIB | ||
AC_PROG_LIBTOOL | ||
|
||
AC_OBJEXT | ||
AC_EXEEXT | ||
|
@@ -132,7 +142,6 @@ AC_SUBST([pkgextensiondir], ['${pkglibdir}'/$VERSION]) | |
|
||
dnl checks for systems | ||
AC_ZOS_USS | ||
AC_USE_SYSTEM_EXTENSIONS | ||
AC_ISC_POSIX | ||
AC_SYS_LARGEFILE | ||
GAWK_AC_AIX_TWEAK | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2009-06-8 Arnold Robbins <[email protected]> | ||
|
||
Update to Autoconf 2.63, Automake 1.11, Libtool 2.2.6a | ||
This makes change of 2008-08-01 actually work! | ||
|
||
* m4/*, ltmain.sh, configure.ac: Updated to latest libtool. | ||
* configure, Makfile.in, */Makefile.in: Regenerated. | ||
|
||
2008-08-1 Arnold Robbins <[email protected]> | ||
|
||
* Makefile.am (install): Do nothing for inclusion with gawk. | ||
|
Oops, something went wrong.