fix rpm spec file generation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9109 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2004-10-23 09:06:28 +00:00
parent 3f65d1489a
commit e968d754be
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-23 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* lyxinclude.m4 (LYX_VERSION_SUFFIX): set RPM_VERSION_SUFFIX even
if it is empty, otherwise the spec file is broken
2004-10-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* lyxinclude.m4: set new variable RPM_VERSION_SUFFIX

View File

@ -29,6 +29,7 @@ dnl
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";