From d467c30d18f2f620113efbf52dbed09007734246 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 1 Aug 1997 03:49:39 +0000 Subject: * Makefile.am: New file, based on old Makefile.in. * acinclude.m4: New file, from old aclocal.m4. * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC, AC_PROG_LEX, AC_DECL_YYTEST, AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Replace AC_PROG_INSTALL with AM_PROG_INSTALL. Remove stamp-h handling in AC_OUTPUT. * acconfig.h: Mention PACKAGE and VERSION. * stamp-h.in: New file. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * config.in, configure: Rebuild. --- binutils/acinclude.m4 | 1 + 1 file changed, 1 insertion(+) create mode 100644 binutils/acinclude.m4 (limited to 'binutils/acinclude.m4') diff --git a/binutils/acinclude.m4 b/binutils/acinclude.m4 new file mode 100644 index 0000000..109c97c --- /dev/null +++ b/binutils/acinclude.m4 @@ -0,0 +1 @@ +sinclude(../bfd/acmacros.m4) -- cgit v1.1