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/acinclude.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/acinclude.m4')
-rw-r--r-- | gprof/acinclude.m4 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gprof/acinclude.m4 b/gprof/acinclude.m4 index 73763e1..053bb05 100644 --- a/gprof/acinclude.m4 +++ b/gprof/acinclude.m4 @@ -1,4 +1,9 @@ sinclude(../bfd/warning.m4) +sinclude(../config/gettext-sister.m4) +sinclude(../config/nls.m4) +sinclude(../config/po.m4) +sinclude(../config/progtest.m4) + sinclude(../libtool.m4) dnl The lines below arrange for aclocal not to bring libtool.m4 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake @@ -7,9 +12,3 @@ ifelse(yes,no,[ AC_DEFUN([AM_PROG_LIBTOOL],) AC_SUBST(LIBTOOL) ]) - -sinclude(../gettext.m4) -ifelse(yes,no,[ -AC_DEFUN([CY_WITH_NLS],) -AC_SUBST(INTLLIBS) -]) |