Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-06-12 | rebuild | Ian Lance Taylor | 1 | -13/+12 | |
1998-06-12 | * po/Make-in (all-yes): If maintainer mode, depend on .pot file. | Tom Tromey | 1 | -2/+2 | |
($(PACKAGE).pot): Unconditionally depend on POTFILES. | |||||
1998-05-11 | * po/Make-in (install-info): New target. | Jeff Law | 1 | -0/+1 | |
1998-04-28 | change core.c to corefile.c | Ian Lance Taylor | 1 | -9/+9 | |
1998-04-28 | * corefile.c: Rename from core.c. | Ian Lance Taylor | 1 | -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 Tromey | 1 | -1/+1 | |
1998-04-22 | fix sanitization for gettext changes | Ian Lance Taylor | 1 | -0/+41 | |
1998-04-22 | * gprof.h: Added includes and defines for gettext. | Tom Tromey | 3 | -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. |