diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-01 03:49:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-01 03:49:39 +0000 |
commit | d467c30d18f2f620113efbf52dbed09007734246 (patch) | |
tree | a56fb83aae978bbfcd9cd836e1b70537c7099710 /binutils/.Sanitize | |
parent | 1daed53f649e59ca014be31f814b040eb4d940d6 (diff) | |
download | gdb-d467c30d18f2f620113efbf52dbed09007734246.zip gdb-d467c30d18f2f620113efbf52dbed09007734246.tar.gz gdb-d467c30d18f2f620113efbf52dbed09007734246.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index c66a8ff..fef08a1 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -24,10 +24,12 @@ Do-first: Things-to-keep: ChangeLog +Makefile.am Makefile.in NEWS README acconfig.h +acinclude.m4 aclocal.m4 addr2line.1 addr2line.c @@ -94,6 +96,7 @@ size.1 size.c srconv.c stabs.c +stamp-h.in strings.1 strings.c strip.1 |