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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | gprof/acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gprof/acconfig.h b/gprof/acconfig.h new file mode 100644 index 0000000..cc61277 --- /dev/null +++ b/gprof/acconfig.h @@ -0,0 +1,9 @@ + +/* Name of package. */ +#undef PACKAGE + +/* Version of package. */ +#undef VERSION + +/* Whether this system uses the BSD 4.4 gmon.out format. */ +#undef BSD44_FORMAT |