fix version suffix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10690 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-12-30 13:46:09 +00:00
parent 51da9f05cb
commit 544ef3b0dc
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2005-12-30 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* configure.ac: fix version-suffix
2005-12-28 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* autogen.sh: require automake 1.9

View File

@ -11,17 +11,20 @@ AC_CONFIG_AUX_DIR(config)
LYX_CHECK_VERSION
AC_CANONICAL_TARGET
# Check how the files should be packaged
LYX_USE_PACKAGING
LYX_VERSION_SUFFIX
dnl default maintainer mode to true for development versions
if test "${enable_maintainer_mode+set}" != set; then
enable_maintainer_mode=$lyx_devel_version
fi
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar 1.9])
AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar no-define 1.9])
# Check how the files should be packaged
LYX_USE_PACKAGING
LYX_VERSION_SUFFIX
# We need to define these variables here and the no-define option of
# AM_INIT_AUTOMAKE above because LYX_VERSION_SUFFIX alters $PACKAGE.
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
### Set the execute permissions of the various scripts correctly
for file in config/install-sh config/mkinstalldirs lib/configure ; do

View File

@ -1,3 +1,7 @@
2005-12-30 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* version.C.in: Use PACKAGE_VERSION instead of VERSION
2005-12-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* tabular.C (toggleFixedWidth): Use default layout of text class

View File

@ -13,7 +13,7 @@
*/
///
char const * lyx_version = "@VERSION@";
char const * lyx_version = "@PACKAGE_VERSION@";
///
char const * lyx_release_date = "Thu, Jan 30, 2003";