Kayvan A. Sylvan wrote:
> Have you tried it with an empty body? My RPM complains about the
> empty body and it never gets substituted.
I thought I had tried it, but obviously did not. The attached patch works
for me. Can you please test wether it works for you too?
Georg
--- lyx-1.4-cvs/config/lyxinclude.m4 2004-10-12 10:46:18.000000000 +0200
+++ lyx-1.4-cvs-rpm-test/config/lyxinclude.m4 2004-10-22 12:37:03.000000000 +0200
@@ -29,6 +29,7 @@
dnl
AC_DEFUN([LYX_VERSION_SUFFIX],[
AC_MSG_CHECKING([for install target ... ])
+RPM_VERSION_SUFFIX='""'
AC_ARG_WITH(version-suffix,
[ --with-version-suffix[=<version>] install lyx files as lyx<version>],
[if test "x$withval" = "xyes";