mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
412f8af4fd
commit
77fdc2f305
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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' ;;
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user