Richard Heck
fcdeace5d7
From JMarc:
...
The reason is gettext. The NEWS from version 0.14.7 (we use 0.16.1) says:
* The gettext autoconf macros now assume 'aclocal' from automake 1.8 or newer.
So we should assume 1.8 (and maybe check what this buys us).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31231 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-28 14:57:52 +00:00
Pavel Sanda
c1fa134b90
Upgrade to autoconf 2.64
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30859 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-04 11:49:24 +00:00
Enrico Forestieri
0d6f47799c
LyX works with automake 1.11, as far as I can tell after testing it.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30328 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 23:35:08 +00:00
Jean-Marc Lasgouttes
4789edde52
get rid of the makefile machinery that was used to build TOCs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27084 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-24 16:04:10 +00:00
José Matox
7d4b69d2dc
autoconf 2.63 works too (it seems to be a bug fix release)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26816 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-08 18:24:25 +00:00
Jean-Marc Lasgouttes
a0f9832049
Remove Makefile.depend from repository, like we did for POTFILES.in. It is
...
now generated by autogen.sh.
AUTOTOOLS USERS, PLEASE RUN AUTOGEN.SH (did I say that loud enough?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26364 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-12 10:23:43 +00:00
Jean-Marc Lasgouttes
5a5ec02829
Better compatibility with autoconf 2.62.
...
* config/*: update files to libtool 1.5.26 (latest 1.x version)
* configure.ac: use AC_USE_SYSTEM_EXTENSIONS instead of AC_AIX and
friends (available since 2.59c, which is now required); work around
a bug with gettext.m4 and autoconf 2.62.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26117 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-11 23:27:08 +00:00
Jean-Marc Lasgouttes
9bda5aa44d
we require at least autoconf 2.59c (objc support for mac os x)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26116 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-11 21:46:38 +00:00
Jean-Marc Lasgouttes
14d00c9d24
Doh! Forgot target name...
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25376 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-24 10:16:36 +00:00
Jean-Marc Lasgouttes
96d9324f4d
create the initial po/POTFILE.in at autogen.sh time; I hope this does
...
not require gnu make, otherwise we'll fix it later.
With this patch, we are (again) using pristine gettext sources, and we do not
hook into the m4 code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25290 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-17 15:14:20 +00:00
Jean-Marc Lasgouttes
33258e1197
put the 0.16.1 code from gettext back
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25208 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-09 13:50:05 +00:00
Jean-Marc Lasgouttes
3b99db73e4
Remove our in tree gettext version and replace with a mechanism to import it.
...
* autogen.sh: use autopoint to poulate the gettext code; simplify.
* po/Rules-lyx: move the LyX-specific code of the Makefile here.
* configure.ac: add magic incantation telling autopoint to import
gettext 0.16.1. Generate config.h in toplevel directory to please
gettext.
* src/tex2lyx/Makefile.am:
* src/client/Messages.cpp: compile fix
* remove all files that came from a gettext distribution.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25167 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-06 15:25:55 +00:00
José Matox
a43de95180
Add autoconf 2.62 to the list of supported versions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25010 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-30 12:57:06 +00:00
Jean-Marc Lasgouttes
48b0e2561a
allow automake >= 1.5
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18039 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 14:49:31 +00:00
Jean-Marc Lasgouttes
c22d1bb430
use "aclocal -I config" instead of acinclude.m4. Now configure will be rebuilt automatically when a m4 file changes. This means that running autogen.sh should not be needed anymore (famous last words!).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18032 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 10:06:36 +00:00
Jean-Marc Lasgouttes
5971c1a9f1
* config/qt.m4: remove (unused)
...
* config/lyxinclude25x.m4: remove (move contents to lyxinclude.m4)
* autogen.sh:
* config/Makefile.am: adapt.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17980 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 10:40:50 +00:00
Georg Baum
f11fdd307a
automake 1.10 works
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17178 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-14 08:19:03 +00:00
Enrico Forestieri
b34e6317f6
Autoconf 2.61 has been released, and it works with LyX
...
http://www.mail-archive.com/autotools-announce@gnu.org/msg00023.html
* autogen.sh: allow for autoconf 2.61
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16223 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-10 01:33:05 +00:00
Enrico Forestieri
95f9c18fac
Fix compatibility to autoconf 2.60
...
* configure.ac:
Fix up expansion of ${prefix} in ${pkgdatadir}.
* autogen.sh:
Allow using autoconf 2.60 and 2.60a.
* intl/Makefile.in:
* po/Makefile.in.in:
Add datarootdir definition.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16021 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-24 01:14:26 +00:00
Lars Gullik Bjønnes
c30c9a9e47
Add pkg.m4 to config/ and autogen.sh.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14543 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-06 20:45:31 +00:00
Lars Gullik Bjønnes
38cca58f71
Remove old outdated pkg.m4, newer one is automatically picked up by autogen.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14509 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-29 10:41:00 +00:00
Lars Gullik Bjønnes
fdb9b989f7
Remove some old files belonging to the old (now removed) gnome frontend
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14508 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-29 10:34:49 +00:00
Georg Baum
9769d01183
Revert autoconf change, 2.60 is broken wrt prefix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14494 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-22 16:47:31 +00:00
Georg Baum
d36c17c924
Support autoconf 2.60
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14492 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-22 14:32:57 +00:00
Lars Gullik Bjønnes
110a4f1117
split the qt.m4 in two, separate file for qt4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14491 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-22 11:23:41 +00:00
Lars Gullik Bjønnes
22861453fe
Remove the XForms frontend, update the autotools files, and fixup po.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14320 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-03 19:20:25 +00:00
Georg Baum
0b9b87d142
remove deleted file cygwin.m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13842 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-12 15:57:05 +00:00
Georg Baum
d15a35a909
Get rid of lib/configure.m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13347 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-12 10:51:11 +00:00
Lars Gullik Bjønnes
1e62f8f399
autogen.sh: remove --force-missing on automake
...
config/ltmain.sh: add patch for darwin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10777 a592a061-630c-0410-9148-cb99ea01b6c8
2006-01-26 00:01:00 +00:00
Georg Baum
1a0a8cdea2
require automake 1.9
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10685 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-28 10:47:00 +00:00
Lars Gullik Bjønnes
a5b1022b9f
Changes to make distcheck work, slight cleanup of autoconf/make initialization
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10680 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-23 18:16:18 +00:00
Lars Gullik Bjønnes
ef8e527612
drop reLyX like it is hot, and setup to use tex2lyx instead (and remerged po files + no.po small update)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10244 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 15:18:14 +00:00
Angus Leeming
201e5bdf70
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
...
Break compilation with MSVC. See accompanying mail on the lyx-devel list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9895 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 13:35:30 +00:00
Georg Baum
eac44e9194
remove automake cache directories in autogen.sh to avoid version conflicts
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9698 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-07 12:28:33 +00:00
Angus Leeming
d98559ed0e
Remove the test for gettext; belongs in configure.
...
Exit 1 if autogen.sh exits abnormally.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9694 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-05 15:26:00 +00:00
Angus Leeming
7b5cde4ee9
Enable the use of (1.5 <= automake <= 1.9)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9676 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-24 08:49:34 +00:00
Angus Leeming
21f3e98b96
Check for automake >= 1.5 and for gettext >= 0.12.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9672 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-23 14:54:20 +00:00
Lars Gullik Bjønnes
225610e3e0
some more gettext work
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8782 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 20:26:10 +00:00
Lars Gullik Bjønnes
b02093873e
Update gettext
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8781 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 16:53:50 +00:00
Lars Gullik Bjønnes
fdc1609e39
add nls.m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8779 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-26 14:40:56 +00:00
Lars Gullik Bjønnes
7ddbe42168
add some more m4 files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8776 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-25 16:32:18 +00:00
Angus Leeming
7ffb8944e1
Enable the use of autoconf 2.59.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8373 a592a061-630c-0410-9148-cb99ea01b6c8
2004-01-26 20:28:59 +00:00
André Pönitz
a8ba56dce0
Angus' patch: accept autoconf 2.58 as a supported version.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8101 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-18 10:41:57 +00:00
Lars Gullik Bjønnes
89c62d0625
drop support for autoconf 2.13
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7375 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-27 10:08:16 +00:00
Angus Leeming
3694058883
Proclaim support for autoconf 2.54
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6802 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-14 16:45:41 +00:00
Jean-Marc Lasgouttes
04e2698e41
support for autoconf 2.57
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6762 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-10 10:07:58 +00:00
John Levon
99215ea58f
Support for new GNU aspell library. Final pspell fix ups.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6578 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-26 01:20:25 +00:00
Lars Gullik Bjønnes
da5effbfe5
kayvans cygwin patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6546 a592a061-630c-0410-9148-cb99ea01b6c8
2003-03-19 23:08:25 +00:00
Jean-Marc Lasgouttes
5ca64b0d51
support autoconf 2.57
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6092 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 13:07:37 +00:00
Jean-Marc Lasgouttes
e5b7b124c9
add autoconf 2.54 to supported versions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5891 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-23 14:14:12 +00:00