]> git.lyx.org Git - features.git/commit
Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Apr 2006 11:58:02 +0000 (11:58 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Apr 2006 11:58:02 +0000 (11:58 +0000)
commitd732249e2bddab4c66389afe1c547e3059445a3f
tree0bf78ed48e4a645e9a1f949eb8a8db188018d7ca
parent11145e20eb0f4d34ab9e5fc0379e21242e0af3da
Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
--with-version-suffix):

* src/lyx_cb.C
(reconfigure): get the configure command from package()

* src/lyx_main.C
(showFileError): ditto

* src/support/package.[Ch]
(configure_command): new, return the configure command

* src/support/package.C.in
(with_version_suffix): new, return the version suffix argument
of the configure command

* src/support/Makefile.am
(package.C.in): substitute %PROGRAM_SUFFIX% in package.C.in

* config/lyxinclude.m4: substitute program_suffix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13710 a592a061-630c-0410-9148-cb99ea01b6c8
config/lyxinclude.m4
src/lyx_cb.C
src/lyx_main.C
src/support/Makefile.am
src/support/package.C.in
src/support/package.h