aboutsummaryrefslogtreecommitdiff
path: root/ld/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-09 04:54:28 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-09 04:54:28 +0000
commit49c009b56f4633058ff247ec765b3fff85dacec1 (patch)
treec6f846c19ae181bd299efeff86c8fa11567dcc03 /ld/.Sanitize
parent9e61ae7d3c2aad9f462f4897609e1e87ab8e58b8 (diff)
downloadgdb-49c009b56f4633058ff247ec765b3fff85dacec1.zip
gdb-49c009b56f4633058ff247ec765b3fff85dacec1.tar.gz
gdb-49c009b56f4633058ff247ec765b3fff85dacec1.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, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT. * configure.host: Don't set HLDFLAGS, HLDENV, or RPATH_ENVVAR. * acconfig.h: Mention PACKAGE and VERSION. * stamp-h.in: New file. * ldver.c (ld_program_vresion): Set ld_program_version from VERSION. * ldgram.y, ldlex.l: Replace VERSION with VERSIONK. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * configure, config.in: Rebuild.
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r--ld/.Sanitize11
1 files changed, 7 insertions, 4 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index 1ed601f..074c298 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -24,12 +24,14 @@ Do-first:
Things-to-keep:
ChangeLog
+Makefile.am
Makefile.in
NEWS
README
TODO
acconfig.h
aclocal.m4
+acinclude.m4
config.in
configure
configure.bat
@@ -79,6 +81,7 @@ mpw-make.sed
mri.c
mri.h
scripttempl
+stamp-h.in
sysdep.h
testsuite
@@ -86,7 +89,7 @@ Things-to-lose:
Do-last:
-arc_files="ChangeLog configure.tgt Makefile.in"
+arc_files="ChangeLog configure.tgt Makefile.am Makefile.in"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
for i in $arc_files ; do
@@ -115,7 +118,7 @@ else
done
fi
-v850_files="ChangeLog configure.tgt Makefile.in"
+v850_files="ChangeLog configure.tgt Makefile.am Makefile.in"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
for i in $v850_files ; do
@@ -173,7 +176,7 @@ else
done
fi
-tic80_files="ChangeLog configure.tgt Makefile.in"
+tic80_files="ChangeLog configure.tgt Makefile.am Makefile.in"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
for i in $tic80_files ; do
@@ -202,7 +205,7 @@ else
done
fi
-d30v_files="ChangeLog configure.tgt Makefile.in"
+d30v_files="ChangeLog configure.tgt Makefile.am Makefile.in"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do