diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-09 20:30:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-09 20:30:19 +0000 |
commit | 274e44aeebd309694143aee66d9cb1151714577f (patch) | |
tree | 13be57150ec1a9ab35ec3aea1dd92398284a3f87 /gprof/.Sanitize | |
parent | 93e7a07fd7570202058c8d069059f42934370db4 (diff) | |
download | gdb-274e44aeebd309694143aee66d9cb1151714577f.zip gdb-274e44aeebd309694143aee66d9cb1151714577f.tar.gz gdb-274e44aeebd309694143aee66d9cb1151714577f.tar.bz2 |
* configure.in: Change version number to 2.8.2. Call
AM_PROG_LIBTOOL. Remove shared library handling; now handled by
libtool. Add AM_CONFIG_HEADER. Change AC_PROG_INSTALL to
AM_PROG_INSTALL. Add AM_EXEEXT.
* Makefile.am (LINK): Remove.
(gprof_LDFLAGS): Remove
(gprof_DEPENDENCIES): Change libbfd.a to libbfd.la.
(gprof_LDADD): Likewise.
($(OBJECTS)): Depend upon gconfig.h and ../bfd/config.h.
* gprof.h: Undefine PACKAGE and VERSION after including BFD
sysdep.h file, then include new gconfig.h file.
* gprof.c (VERSION): Don't define.
* acconfig.h: New file.
* stamp-h.in: New file.
* gconfig.in: New file, created by autoheader.
* Makefile.in, configure, aclocal.m4: Rebuild.
Diffstat (limited to 'gprof/.Sanitize')
-rw-r--r-- | gprof/.Sanitize | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 1a3fe61..2cc7502 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -32,6 +32,7 @@ Makefile.in NOTES TEST TODO +acconfig.h aclocal.m4 alpha.c alpha.h @@ -55,6 +56,7 @@ dummy.c dummy.h flat_bl.m fsf_callg_bl.m +gconfig.in gen-c-prog.awk gmon.h gmon_io.c @@ -78,6 +80,7 @@ source.c source.h sparc.c sparc.h +stamp-h.in sym_ids.c sym_ids.h symtab.c |