1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
|
2004-02-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in (VERSION):
* configure.ac (VERSION): set version to 1.3.4
2003-12-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac (ALL_LINGUAS):
* configure.in (ALL_LINGUAS): remove poorly supported languages
2003-09-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in (VERSION):
* configure.ac (VERSION): back to cvs work
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in (VERSION):
* configure.ac: set version to 1.3.3
2003-07-22 John Levon <levon@movementarian.org>
* configure.ac:
* configure.in: Aiksaurus 1.0 support
2003-05-30 Angus Leeming <leeming@lyx.org>
* xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
Rob Lahaye to ensure that the configure test succeeds with
xforms 1.0.2 and, moreover, that this will not break the final
linking step under cygwin.
2003-07-15 Angus Leeming <leeming@lyx.org>
* lyxinclude.m4: Do not pass the -Winline option to gcc.
2003-07-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in:
* configure.ac: only add X libraries to LIBS if --disable-x has
not been passed to configure (useful for Qt/Mac)
2003-05-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* relyx_configure.ac:
* relyx_configure.in: add AM_MAINTAINER_MODE here too.
2003-05-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in (VERSION):
* configure.ac (VERSION): back to 1.3.3cvs
2003-05-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in (VERSION): update for 1.3.2
2003-04-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in (ALL_LINGUAS):
* configure.ac (ALL_LINGUAS): add nn (nynorsk)
2003-04-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in:
* configure.ac: move AM_MAINTAINER_MODE later
2003-03-12 Kayvan Sylvan <kayvan@sylvan.com>
* configure.ac:
* configure.in: Add the CHECK_WITH_CYGWIN macro call.
* Makefile.am: add cygwin.m4 to EXTRA_DIST
* cygwin.m4: Add CHECK_WITH_CYGWIN function to encapuslate
some checks for Win32 GCC based on info from the following URL:
http://bugzilla.gnome.org/showattachment.cgi?attach_id=12253
* libtool.m4: TAB to SPACE fixes. Now impgen.c compiles on Cygwin.
2003-03-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in:
* configure.ac: use AM_MAINTAINER_MODE
2003-03-20 Kayvan Sylvan <kayvan@sylvan.com>
* configure.ac:
* configure.in: Move the RPM_FRONTEND_* stuff and eliminate the
value in AC_SUBST. This makes configure work as expected with
autoconf-2.5x
2003-03-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac (VERSION):
* configure.in (VERSION): back to 1.3.2cvs
2003-03-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac (VERSION):
* configure.in (VERSION): update for 1.3.1
2003-03-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac:
* configure.in: remove special handling of linking order for
cygwin
2003-02-26 Albert Chin <china@thewrittenword.com>
* relyx_configure.ac: fix application of `chmod' to the reLyX and
noweb2lyx scripts
2003-02-20 Kayvan A. Sylvan <kayvan@sylvan.com>
* configure.ac, configure.in: add RPM_FRONTEND stuff to
automatically generate an xforms or qt specific lyx.spec
file.
2003-02-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and
relyx_configure.in.
2003-02-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* configure.ac:
* configure.in (VERSION): change version to 1.3.1cvs
2003-01-12 Lars Gullik Bjnnes <larsbj@gullik.net>
* xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): include forms.h in
the prog that checks for flimage.h header.
* common.am (AM_INSTALL_DATA_FLAGS): add
2003-01-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lyxinclude.m4:
* configure.ac:
* configure.in: comment out gnome frontend support
2003-01-08 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-18 Lars Gullik Bjnnes <larsbj@birdstep.com>
* configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile
* configure.in (AC_OUTPUT): ditto
2002-12-18 Lars Gullik Bjnnes <larsbj@gullik.net>
* configure.ac (AC_CONFIG_FILES)): add development/Makefile
* configure.in (AC_OUTPUT): ditto
2002-12-17 Angus Leeming <leeming@lyx.org>
* configure.ac:
* configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
2002-12-16 Angus Leeming <leeming@lyx.org>
* configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with
LYX_CHECK_XFORMS_IMAGE_LOADER.
Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test.
* configure.in: As above. However, I have also found it necessary to
comment out some tests from the gnome block of case "$lyx_use_frontend"
otherwise they were replicated. No idea what is going wrong here.
* xforms.m4 (XFORMS_VERSION): update warning/error messages.
(LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER.
The function is far simpler as we don't have to worry about
xforms < 0.89.5.
2002-11-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Makefile.am (EXTRA_DIST): add lyxinclude25x.m4 and
lyxinclude213.m4
* lyxinclude25x.m4: new file, containing macros specific to
autoconf 2.5x (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
* lyxincludes213.m4: new file, containing macros specific to
autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
(LYX_FUNC_SELECT_ARGTYPES): move here
* lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
* configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in
2.5x)
2002-11-24 Lars Gullik Bjnnes <larsbj@gullik.net>
* configure.ac: USE_BOOST_FORMAT
* acconfig.h: ditto
2002-11-06 Lars Gullik Bjnnes <larsbj@gullik.net>
* configure.ac: use AH_TOP and AH_BOTTOM instead of
AH_VERBATIM
2002-11-05 Lars Gullik Bjnnes <larsbj@birdstep.com>
* configure.ac (AH_VERBATIM): fix keys to be unique
2002-11-04 Lars Gullik Bjnnes <larsbj@birdstep.com>
* configure.ac (AH_VERBATIM): add some lost parts...
2002-10-16 Lars Gullik Bjnnes <larsbj@birdstep.com>
* lyxinclude.m4: increase template depth for some versions of g++.
2002-10-15 Lars Gullik Bjnnes <larsbj@birdstep.com>
* configure.in,configure.ac: make the AM_CONDITIONAL check a bit
more robust.
2002-10-15 Lars Gullik Bjnnes <larsbj@gullik.net>
* xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
USE_BASIC_IMAGE_LOADER from here...
* configure.ac: ... here
* configure.in: ...to here, and ...
2002-09-13 John Levon <levon@movementarian.org>
* qt.m4: tweak sed usage
2002-09-12 John Levon <levon@movementarian.org>
* Makefile.am: qt.m4 not qt2.m4
2002-09-12 John Levon <levon@movementarian.org>
* configure.ac:
* configure.in:
* qt.m4: output Qt version
2002-09-12 John Levon <levon@movementarian.org>
* qt.m4: make $FATAL actually work
2002-09-12 John Levon <levon@movementarian.org>
* configure.ac:
* configure.in:
* lyxinclude.m4:
* qt2.m4:
* qt.m4: new Qt configure script
2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* relyx_configure.ac:
* configure.ac: only require autoconf 2.52
* Makefile.am (EXTRA_DIST): distribute also xforms.m4
2002-08-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
argument of AC_CHECK_LIB
* xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
(LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
2002-08-14 John Levon <levon@movementarian.org>
* configure.in:
* configure.ac: no xforms check with Qt
2002-08-13 Lars Gullik Bjnnes <larsbj@birdstep.com>
* configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
2002-08-11 Angus Leeming <leeming@lyx.org>
* lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
definition of c-tor.
2002-08-11 Lars Gullik Bjnnes <larsbj@gullik.net>
* Makefile.am (EXTRA_DIST): remove sigc++.m4
2002-08-10 Lars Gullik Bjnnes <larsbj@gullik.net>
* xforms.m4: switch back to save,restore
* some more updates and removal of obsolete macros.
2002-08-08 Lars Gullik Bjnnes <larsbj@birdstep.com>
* further work on 2.53 stuff.
2002-07-28 Lars Gullik Bjnnes <larsbj@gullik.net>
* lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
2002-07-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* lyxinclude.m4 (LYX_SCO):
(LYX_HPUX):
(LYX_SUNOS4): remove macros
(LYX_PATH_XPM): add description of XPM_H_LOCATION here
2002-07-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
gcc 2.95.x.
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
* lyxinclude.m4: add -Wno-non-template-friend
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-19 John Levon <moz@compsoc.man.ac.uk>
* lyxinclude.m4: remove LYX_REGEX properly
2002-06-12 Angus Leeming <leeming@lyx.org>
* lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
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-12 John Levon <moz@compsoc.man.ac.uk>
* qt2.m4: Qt frontend is for Qt 2 OR Qt 3
2002-06-07 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-10 Lars Gullik Bjnnes <larsbj@birdstep.com>
* lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
2002-06-03 John Levon <moz@compsoc.man.ac.uk>
* xforms.m4: don't insist on building with flimage linked
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: moved out of lyxinclude.m4, some
fixes for 1.0
2002-05-27 Lars Gullik Bjnnes <larsbj@birdstep.com>
* pkg.m4: new file
2002-05-24 Lars Gullik Bjnnes <larsbj@birdstep.com>
* lyxinclude.m4 (lyx_warning): enable exceptions and see what
happens.
2002-05-22 Lars Gullik Bjnnes <larsbj@birdstep.com>
* lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
(lyx_warning): disable exceptions for gcc 3.1 too
* kde.m4: remove file
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.
|