2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if
	there has been an error in configuration. With autoconf 2.5x,
	$cache_file is often set to /dev/null, and deleting that is not a
	good idea...

2002-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* ltmain.sh: update to libtool 1.4.2.

2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* Makefile.am (EXTRA_DIST): add xforms.m4 to the distribution

2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* pspell.m4: patch from Garst to help find pspell (bug 428) this
	code is really tasteless...

2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
	check for flimage.h header.

2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test for jpeg library
	first. Fix stupid typo so that the script is actually useful.

2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
	simpler and hopefully better. Please test.
	(LYX_PATH_XFORMS): move test for flimage.h in
	LYX_USE_XFORMS_IMAGE_LOADER. 
	(LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
	lines in LYX_USE_XFORMS_IMAGE_LOADER.

2002-06-03  John Levon  <moz@compsoc.man.ac.uk>

	* xforms.m4: wallpaper coding ... only try to link
	  against flimage if it's found
 
2002-06-03  John Levon  <moz@compsoc.man.ac.uk>

	* xforms.m4: don't warn about missing flimage.h
 
2002-06-02  John Levon  <moz@compsoc.man.ac.uk>

	* xforms.m4: move from lyxinclude.m4, and add
	  a search for flimage.h for xforms 1.0, and
	  don't complain about 1.0
   
2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>

	* cvsignore: add Makefile.

2002-04-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* Makefile.am (EXTRA_DIST): also dist the m4 files

2002-04-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* Makefile.am: make distcheck work, new file

	* .cvsignore: new file

2002-04-02  Allan Rae  <rae@lyx.org>

	* lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
	directory uses minimum include paths

2002-03-31  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
	testing if libforms contains libjpeg or not.

2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>

	* depcomp: fixed bug in dependency tracking for Tru64 Unix.

	* depcomp.diff: the patch is added to the repository, as Lars wishes...

2002-03-21  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.

2002-03-20  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
	partial linking or not.

2002-03-18  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* common.am (DISTCLEANFILES): don't be recursive by default.
	(remove -r)

2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
	for a good C++ compiler
	(LYX_PATH_XFORMS): small cleanups
	(LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
	set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
	xforsm-image-loader to version info.

2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
	the library.

2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>

	* lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
	xforms libraries can be used to load images into LyX.

2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>

	* lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
	--version to get version info from gcc.

2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>

	* qt2.m4: small tweaks to the -lqt recognition stuff..

2002-01-23  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* config.guess: update
	* config.sub: update
	* ltmain.sh: update

2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>

	* lyxinclude.m4: Allow disabling of debug information.

2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* depcomp: new script to handle dependencies, from automake 1.5

	* lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
	SELECT_* defines.
	(LYX_PROG_CXX_WORKS): change to do the work without
	AC_TRY_COMPILE, since we do not have a compiler defined yet.
	(LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.

2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* *.m4: update to gettext 0.10.40

2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.

2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* qt2.m4: fix for mis-named -lqt2

2001-08-19  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* libtool.m4: update to latest version

2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4: fix the help text of --with-frontend

2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
	--with-warnings to --enable-warnings.

2001-07-23  John Levon  <moz@compsoc.man.ac.uk>

	* lyxinclude.m4: honour --disable-optimization

2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
	0.89.5

2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
	(LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
	(LYX_PATH_XFORMS): do not warn against xforms 0.89.6

	* pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
	USE_PSPELL define.

2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* codeset.m4:
	* glibc21.m4:
	* iconv.m4:
	* isc-posix.m4: new files from gettext 0.10.38

	* lcmessage.m4:
	* progtest.m4:
	* gettext.m4: updated to gettext 0.10.38

2001-06-11  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE

2001-05-31  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost.m3: delete file

	* ltconfig: delete file
	* config.guess: update libtool
	* config.sub: update libtool
	* libtool.m4: update libtool
	* ltmain.sh: update libtool

2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* qt2.m4 (QT2_AC_PATH): fix typo.

2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>

	* progtest.m4: added OS2 detection

2001-04-04  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* lyxinclude.m4: remove support for gcc 2.97 simplify calling for
	gcc 3.0

2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>

	* qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
	(QT_VERSION < 221).

2001-03-02  John Levon  <moz@compsoc.man.ac.uk>

	* lyxinclude.m4: minor changes, --with-lyx-version becomes
	--with-version-suffix

2001-02-23  John Levon  <moz@compsoc.man.ac.uk>

	* lyxinclude.m4: --with-lyx-version

	* kde.m4: remove cruft that was breaking installs

2001-03-01  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>

	* lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0

2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
	2.95.3.
