Skip to content

Commit

Permalink
Sync with savannah gawk cvsps 264. Update to Autoconf 2.63, Automake …
Browse files Browse the repository at this point in the history
…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
Show file tree
Hide file tree
Showing 15 changed files with 1,554 additions and 571 deletions.
2 changes: 1 addition & 1 deletion .savannah
Original file line number Diff line number Diff line change
@@ -1 +1 @@
263
264
9 changes: 9 additions & 0 deletions ChangeLog
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
Expand Down
17 changes: 17 additions & 0 deletions XMLChangeLog
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.
Expand Down
17 changes: 13 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand All @@ -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])
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions libsigsegv/ChangeLog
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.
Expand Down
Loading

0 comments on commit edb510e

Please sign in to comment.