1 dnl Process this file with autoconf to produce a configure script.
7 AM_INIT_AUTOMAKE(gprof, 2.9.5)
11 dnl For simplicity, we use the BFD configuration file for most
12 dnl things. However, we also need our own configuration file for
13 dnl the automake PACKAGE and VERSION macros. We don't name it
14 dnl config.h, to avoid any possible confusion with the bfd config.h.
15 AM_CONFIG_HEADER(gconfig.h:gconfig.in)
28 AC_OUTPUT(Makefile po/Makefile.in:po/Make-in,
29 [sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile])