aboutsummaryrefslogtreecommitdiff
path: root/gprof/po
AgeCommit message (Collapse)AuthorFilesLines
1998-06-12rebuildIan Lance Taylor1-13/+12
1998-06-12 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.Tom Tromey1-2/+2
($(PACKAGE).pot): Unconditionally depend on POTFILES.
1998-05-11 * po/Make-in (install-info): New target.Jeff Law1-0/+1
1998-04-28change core.c to corefile.cIan Lance Taylor1-9/+9
1998-04-28 * corefile.c: Rename from core.c.Ian Lance Taylor1-2/+2
* corefile.h: Rename from core.h. * Many .c files: Include corefile.h rather than core.h. * Makefile.am (sources): Change core.c to corefile.c. (noinst_HEADERS): Change core.h to corefile.h. ($(OBJECTS)): Depend upon corefile.h rather than core.h. (corefile.o): Rename target from core.o, depend upon corefile.c. * Makefile.in, po/POTFILES.in: Rebuild.
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey1-1/+1
1998-04-22fix sanitization for gettext changesIan Lance Taylor1-0/+41
1998-04-22 * gprof.h: Added includes and defines for gettext.Tom Tromey3-0/+758
* configure.in (ALL_LINGUAS): New macro. Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * gprof.c (main): Call setlocale, bindtextdomain, textdomain. * Makefile.am (SUBDIRS): New macro. (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR. (gprof_DEPENDENCIES): Added INTLDEPS. (gprof_LDADD): Added INTLLLIBS. (POTFILES): New macro. (po/POTFILES.in): New target. * Many files: Wrap user-visible strings with gettext invocation.