274e44aeeb
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.
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
/* 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
|