mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
3f65d1489a
commit
e968d754be
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user