Resurrect ProjectName
authorsven.panne@aedion.de <unknown>
Fri, 21 Apr 2006 08:51:25 +0000 (08:51 +0000)
committersven.panne@aedion.de <unknown>
Fri, 21 Apr 2006 08:51:25 +0000 (08:51 +0000)
aclocal.m4
mk/config.mk.in

index 765647e..b5622df 100644 (file)
@@ -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
index 774d637..b60bd8c 100644 (file)
@@ -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@