aboutsummaryrefslogtreecommitdiff
path: root/binutils/acinclude.m4
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-05-15 18:19:45 +0000
committerDaniel Jacobowitz <drow@false.org>2005-05-15 18:19:45 +0000
commit42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae (patch)
treed891db7c28e1e63b0cf7d0eeeea50e3ceff3fc35 /binutils/acinclude.m4
parentf13c9beaa34b7839c90968e684ad455131f47d32 (diff)
downloadgdb-42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae.zip
gdb-42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae.tar.gz
gdb-42ecbf5edab08ee88b37d9fbd8542f5f25ce51ae.tar.bz2
./
* ylwrap: Import from Automake 1.9.5. binutils/ * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. * doc/Makefile.am (binutils_TEXINFOS): Define. (config.texi): Depend on distributed files instead of built files. (binutils.dvi, binutils.info): Remove unnecessary rules. (DISTCLEANFILES): Remove. (install-data-local): Renamed from install. (info-local): Renamed from info. * Makefile.in, aclocal.m4, config.in, configure, doc/Makefile.in: Regenerated. gas/ * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap invocation. * Makefile.in: Regenerated. ld/ * Makefile.am (AM_MAKEINFOFLAGS): Define. (TEXI2DVI): Define. (ldver.texi): Depend on distributed files instead of built files. (ld.info): Include $(srcdir) in the rule target. Remove actions. (ld.dvi): Remove actions. (MAINTAINERCLEANFILES): Add configdoc.texi. (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in. (install-data-local): Renamed from install. (Makefile): Remove explicit dependency. * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL. * Makefile.in, aclocal.m4, config.in, configure: Regenerated. gdb/ * Makefile.in (.y.c): Update ylwrap invocation.
Diffstat (limited to 'binutils/acinclude.m4')
-rw-r--r--binutils/acinclude.m431
1 files changed, 0 insertions, 31 deletions
diff --git a/binutils/acinclude.m4 b/binutils/acinclude.m4
index c5ae4d4..71b09b9 100644
--- a/binutils/acinclude.m4
+++ b/binutils/acinclude.m4
@@ -1,32 +1 @@
sinclude(../bfd/acinclude.m4)
-
-dnl sinclude(../libtool.m4) already included in bfd/acinclude.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
-dnl to add a definition of LIBTOOL to Makefile.in.
-ifelse(yes,no,[
-AC_DEFUN([AM_PROG_LIBTOOL],)
-AC_SUBST(LIBTOOL)
-])
-
-dnl sinclude(../gettext.m4) already included in bfd/acinclude.m4
-ifelse(yes,no,[
-AC_DEFUN([CY_WITH_NLS],)
-AC_SUBST(INTLLIBS)
-])
-
-## Replacement for AC_PROG_LEX and AC_DECL_YYTEXT
-## by Alexandre Oliva <oliva@dcc.unicamp.br>
-
-## We need to override the installed aclocal/lex.m4 because of a bug in
-## this definition in the recommended automake snapshot of 000227:
-## There were double-quotes around ``$missing_dir/missing flex'' which was
-## bad since aclocal wraps it in double-quotes.
-
-dnl AM_PROG_LEX
-dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
-AC_DEFUN([AM_PROG_LEX],
-[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
-AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
-AC_PROG_LEX
-AC_DECL_YYTEXT])