diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
commit | 20e95c23ab729a24aa7533de3a61b6e2c49506ea (patch) | |
tree | 7da8856acd79a82104cd1d35fed0e05780d0caca /gprof/aclocal.m4 | |
parent | 38365cdd8f6f2101eeb1d85c6cc3235f99557ad4 (diff) | |
download | gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.zip gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.gz gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.bz2 |
Configury changes: update src repository (binutils, gdb, and rda) to use
config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all
affected autotools files. Include intl in gdb releases again.
Diffstat (limited to 'gprof/aclocal.m4')
-rw-r--r-- | gprof/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/aclocal.m4 b/gprof/aclocal.m4 index eecfff5..a936067 100644 --- a/gprof/aclocal.m4 +++ b/gprof/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9.5 -*- Autoconf -*- +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005 Free Software Foundation, Inc. @@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.5])]) + [AM_AUTOMAKE_VERSION([1.9.6])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- |