From 274e44aeebd309694143aee66d9cb1151714577f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 9 Aug 1997 20:30:19 +0000 Subject: * 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. --- gprof/gconfig.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gprof/gconfig.in (limited to 'gprof/gconfig.in') diff --git a/gprof/gconfig.in b/gprof/gconfig.in new file mode 100644 index 0000000..e539155 --- /dev/null +++ b/gprof/gconfig.in @@ -0,0 +1,13 @@ +/* gconfig.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + +/* Name of package. */ +#undef PACKAGE + +/* Version of package. */ +#undef VERSION + +/* Whether this system uses the BSD 4.4 gmon.out format. */ +#undef BSD44_FORMAT -- cgit v1.1