From f5b4352070f1fcbda25608edf3d48bea09ef2465 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Fri, 21 Apr 2006 08:51:25 +0000 Subject: [PATCH] Resurrect ProjectName --- aclocal.m4 | 1 + mk/config.mk.in | 1 + 2 files changed, 2 insertions(+) diff --git a/aclocal.m4 b/aclocal.m4 index 765647e..b5622df 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1091,6 +1091,7 @@ fi])# FP_GCC_NEEDS_NO_OMIT_LFPTR # --------------------- AC_DEFUN([FP_SETUP_PROJECT_VERSION], [# Some renamings +AC_SUBST([ProjectName], [$PACKAGE_NAME]) AC_SUBST([ProjectVersion], [$PACKAGE_VERSION]) # Split PACKAGE_VERSION into (possibly empty) parts diff --git a/mk/config.mk.in b/mk/config.mk.in index 774d637..b60bd8c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -55,6 +55,7 @@ endif # change between versions. Rationale: calling conventions or other # random .o-file stuff might change even if the .hi syntax doesn't +ProjectName = @ProjectName@ ProjectVersion = @ProjectVersion@ ProjectVersionInt = @ProjectVersionInt@ ProjectPatchLevel = @ProjectPatchLevel@ -- 1.7.10.4