some trivial fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9468 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-01-12 17:01:35 +00:00
parent 412f8af4fd
commit 77fdc2f305
6 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2005-01-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: remove duplicated code
2005-01-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: use LYX_USE_PACKAGING

View File

@ -1,3 +1,7 @@
2005-01-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* lyxinclude.m4: fix default win32 prefix
2005-01-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* lyxinclude.m4 (LYX_USE_PACKAGING): new macro.

View File

@ -571,7 +571,7 @@ case $lyx_use_packaging in
datadir='${prefix}/Contents/Resources'
mandir='${prefix}/Contents/Resources/man' ;;
windows) AC_DEFINE(USE_WINDOWS_PACKAGING, 1, [Define to 1 if LyX should use a Windows-style file layout])
default_prefix="'C:Program Files/LyX'"
default_prefix="'C:/Program Files/LyX'"
bindir='${prefix}/bin'
datadir='${prefix}/Resources'
mandir='${prefix}/Resources/man' ;;

View File

@ -26,10 +26,6 @@ AM_INIT_AUTOMAKE($lyxname, $VERSION)
# This is needed by GNU gettext
ALL_LINGUAS="bg ca cs da de es eu fi fr he hu it nl nn no pl pt ro ru sk sl sv tr wa"
# fix the value of the prefixes.
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
### Set the execute permissions of the various scripts correctly
for file in config/install-sh config/mkinstalldirs lib/configure ; do
chmod 755 ${srcdir}/${file}

View File

@ -1,3 +1,7 @@
2005-01-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Spacing.h: remove unused parameters
2005-01-10 Angus Leeming <leeming@lyx.org>
* tex2lyx.C: use support/package.h to provide the paths to the

View File

@ -31,7 +31,7 @@ public:
///
void set(Spacing::Space, float = 1.0) {}
///
void set(Spacing::Space sp, std::string const & val) {}
void set(Spacing::Space, std::string const &) {}
};
#endif // NOT SPACING_H