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 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704
|
2003-01-28 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to 2003-01-24.17
* config.sub: Update to 2003-01-22.
* config.guess: Update to 2003-01-10.
2003-01-14 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to 2002-12-26.16.
* configure.in (PKGS): Add cjkutils.
2003-01-08 Olaf Weber <olaf@infovore.xs4all.nl>
* withenable.ac: Add --without-cjkutils switch. (Sync with
TeX-live.)
2002-12-14 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to 2002-11-25.11.
* config.sub: Update to 2002-11-30.
* config.guess: Update to 2002-11-30.
2002-11-11 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to 2002-10-13.14.
* withenable.ac: Add --with-* switches for detex and ttf2pk.
* klibtool: On MacOS X run ranlib on a library after installing
it. Apparently required.
* configure.in: Sync with texlive. Adds detex and ttf2pk to the
packages.
2002-10-22 Olaf Weber <olaf@infovore.xs4all.nl>
* config.sub: Update to 2002-08-22.
* config.guess: Update to 2002-09-03.
* Makefile.in: Include common.ac so more variables are
communicated to submakes.
2002-10-15 Olaf Weber <olaf@infovore.xs4all.nl>
* README: Corrected my email address (oops). Spotted by Roozbeh
Pournader <roozbeh@sharif.edu>.
2002-10-06 Olaf Weber <olaf@infovore.xs4all.nl>
* configure.in [PKGS]: Add devnag. TeXlive merge.
* config.sub: New version. TeXlive merge.
* config.guess: New version. TeXlive merge.
2001-11-14 Olaf Weber <olaf@infovore.xs4all.nl>
* withenable.ac: Correct helpstring for --without-bibtex8.
2001-11-10 Olaf Weber <olaf@infovore.xs4all.nl>
* withenable.ac: Add --without-dvi2tty option.
* config.sub: Updated.
* config.guess: Updated.
2001-10-30 Olaf Weber <olaf@infovore.xs4all.nl>
* Makefile.in [makeargs]: Add LDFLAGS.
2000-04-21 Olaf Weber <olaf@infovore.xs4all.nl>
* withenable.ac: Add help for bibtex8.
2000-04-03 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to version 1999-08-19.17.
* Makefile.in: Remove contrib from all_dirs.
* configure.in: Add bibtex8 and dvi2tty to PKGS.
2000-04-02 Olaf Weber <olaf@infovore.xs4all.nl>
* config.guess: New version of config.guess from ftp.gnu.org.
* config.sub: New version of config.sub from ftp.gnu.org.
* etc/autoconf/acspecific.m4: Changes for cross-compilation with
dos-gcc, i386-mingw32-gcc, or gnuwin32gcc. From Han The Thanh
<thanh@informatics.muni.cz>.
* etc/autoconf/acspecific.m4: Add checks for djgpp and win32, from
Han The Thanh <thanh@informatics.muni.cz>.
1999-05-30 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to version 1999-04-25.15 from Thomas.
1999-05-29 Olaf Weber <olaf@infovore.xs4all.nl>
* configure.in: If --without-x was given, don't bother with xdvik
and oxdvik.
* README: Added my email address.
1999-03-15 Olaf Weber <olaf@infovore.xs4all.nl>
* configure.in: Do not include ../libs/libwww/withenable.ac, its
contents should come with xdvik/withenable.ac. From Thomas.
* README: Update address info of TUG.
1999-02-14 Olaf Weber <olaf@infovore.xs4all.nl>
* Makefile.in: In several loops, force an exit on failure of a
sub-make.
1999-02-06 Olaf Weber <olaf@infovore.xs4all.nl>
* configure.in: Save time & patience by only configuring enabled
packages. From Thomas.
* Makefile.in (distclean): Only work in directories that were
configured. From Thomas.
1999-01-27 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: New version 1999-01-24 from Karl.
* withenable.ac: Add --with-texlive option. From Thomas.
* configure.in: Add dvipdfm to PKGS, from Thomas Esser.
1999-01-24 Olaf Weber <olaf@infovore.xs4all.nl>
* withenable.ac: Add --with-dvipdfm option.
* configure.in: Also configure in texlive directory.
1999-01-14 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/texinfo.tex: Update to 2.248 1998/07/01 14:28:14 from Karl.
* withenable.ac: Extra package tth.
* configure.in: Cleanup from Thomas Esser.
* klibtool: Support for a few extra systems.
1999-01-10 Olaf Weber <olaf@infovore.xs4all.nl>
* install.sh: New version from autoconf 2.13.
* config.sub: New version from autoconf 2.13.
* config.guess: New version from autoconf 2.13.
* README: Correct tug email address.
* Makefile.in: Change of ../make/*.make to ../make/*.mk.
* etc/autoconf/autoheader.m4: Update for autoconf 2.13.
* etc/autoconf/acspecific.m4: Update for autoconf 2.13.
* etc/autoconf/acgeneral.m4: Update for autoconf 2.13.
* etc/autoconf/acconfig.h: Update for autoconf 2.13.
* etc/autoconf/README: Update for autoconf 2.13.
Sat Mar 14 08:48:56 1998 Olaf Weber <olaf@infovore.xs4all.nl>
* Kpathsea 3.2, Web2C 7.2, etc.
Wed Mar 11 19:30:11 1998 Olaf Weber <olaf@infovore.xs4all.nl>
* config.guess: Update (via Thomas).
* Makefile.in (distclean): Do disabled directories as well.
Tue Mar 10 22:08:06 1998 Olaf Weber <olaf@infovore.xs4all.nl>
* Makefile.in: Changes for selective disabling of compilation.
Partly from Thomas Esser.
(info,dvi,check,depend,*clean,install*): Fail make if a recursive make
fails. From Thomas Esser.
* configure.in: Add the --without-* options. Partly from Thomas
Esser.
* withenable.ac: New file, make selective disabling of compilation
of components possible. Partly from Thomas Esser.
Wed Mar 4 09:08:36 1998 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/autoconf/acsite.m4: Make some test $a = b forms more robust.
* etc/autoconf/acgeneral.m4: Some more changes in the handling of
ac_include.
Tue Mar 3 10:05:04 1998 Olaf Weber <olaf@infovore.xs4all.nl>
* etc/autoconf/acgeneral.m4: Use commas as sed substitution
delimiters in the implementation of ac_include, to lessen the need
to escape characters.
Mon Feb 16 10:04:53 1998 Olaf Weber <olaf@infovore.xs4all.nl>
* configure.in: Configure in tetex directory.
* Makefile.in: Add tetex directory to programs.
* etc/autoconf/acgeneral.m4: In the implementation of ac_include,
avoid the \x<pattern>x feature of sed, which is not universally
supported. This appears to solve the problems NeXT(step) users
had to configure Web2C.
Tue Feb 3 22:14:37 1998 Olaf Weber <infovore@xs4all.nl>
* Makefile.in: Add a few more packages to programs variable.
* configure.in: Add a few more packages to AC_CONFIG_SUBDIRS.
Fri Jan 23 15:10:56 1998 Olaf Weber <infovore@xs4all.nl>
* configure.in: Add oxdvi to AC_CONFIG_SUBDIRS.
* Makefile.in: Add oxdvi to programs.
Thu Jan 8 20:00:23 1998 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acspecific.m4: Disable [] quote characters before
defining an array in C code.
Tue Jan 6 14:27:54 1998 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acgeneral.m4 (AC_CONFIG_HEADER): Quote
AC_LIST_HEADER to allow it to be redefined. From Peter
Breitenlohner.
Tue Dec 30 17:53:18 1997 Olaf Weber <infovore@xs4all.nl>
* configure.in: Add seetexk, tex4htk to programs.
* Makefile.in: Add seetexk, tex4htk to programs.
Thu Dec 18 20:41:52 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acspecific.m4: Correction for the yytext tests: lex
must be called for each of them.
* etc/autoconf/acgeneral.m4: In check for configure, look first in
current dir, just in case someone put a patched version of the
script there.
Tue Dec 16 18:49:13 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acgeneral.m4: Change the ordering of some sed
expressions, to prevent colons in $ac_given_srcdir from being
expanded.
Mon Dec 15 15:22:33 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acspecific.m4: Make MS-DOS a special case in the
'ln -s' test.
Fri Dec 12 10:52:37 1997 Olaf Weber <infovore@xs4all.nl>
* klibtool: Keep temp files within 8.3 limit.
Wed Dec 3 17:46:53 1997 Olaf Weber <infovore@xs4all.nl>
* configure.in: Add gsftopk to AC_CONFIG_SUBDIRS.
* Makefile.in: Add gsftopk to programs.
Tue Dec 2 21:11:41 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acgeneral.m4: Changes to the ac_include
implementation, so that sed read commands are generated only for
those files actually present.
Sun Nov 23 14:18:37 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acspecific.m4: Another test for executables
adapated for MS-DOS.
Wed Nov 19 17:39:53 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acgeneral.m4: Numerous changes to support
generation of configure scripts that run on MS-DOS.
* Makefile.in [programs]: Remove omega and libwww; the first never
occurs, xdvik is responsible for the second.
(config.status): Ensure that --enable-maintainer-mode is retained if
the configure files are run again.
* configure.in: Remove omega from the AC_CONFIG_SUBDIRS list,
because it will never occur.
* klibtool: Some support for working undr MS-DOS. From Eli
Zaretskii.
* etc/autoconf/acsite.m4: Improve formatting of
--enable-maintainer-mode help message.
Fri Nov 14 00:24:23 1997 Olaf Weber <infovore@xs4all.nl>
* Makefile.in [programs]: Add omega, odvipsk, ps2pkm, makeindexk,
libwww.
* configure.in (AC_CONFIG_SUBDIRS): Add omega, odvipsk, ps2pkm,
makeindexk, libwww.
Thu Nov 13 20:23:06 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acconfig.h [WORDS_BIGENDIAN]: Since the special
NeXT stuff proved troublesome, it has been removed again.
Thu Nov 6 11:48:40 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acconfig.h [WORDS_BIGENDIAN]: support NeXT's FAT
binaries.
Tue Nov 4 19:09:16 1997 Olaf Weber <infovore@xs4all.nl>
* configure.in: Add a test to ensure that autoconf 2.12.1 -- the
one with our own hacks -- is used. This is possible now that we
have gotten rid of the 'a' in the version number.
Fri Oct 31 12:38:10 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acgeneral.m4: Changed version number from 2.12a to
2.12.1 because the former caused problems.
Tue Oct 28 22:34:09 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acspecific.m4: Include -Wl,-rpath,$x_libraries for
IRIX systems, on the off chance that these are self-compiled.
From Andreas Schott <ays@rzg.mpg.de>.
Wed Oct 22 20:26:19 1997 Olaf Weber <infovore@xs4all.nl>
* klibtool: Only rewrite the klibtool.config file if its contents
changed. After Peter Breitenlohner.
Thu Oct 16 09:57:01 1997 Olaf Weber <infovore@xs4all.nl>
* etc/autoconf/acsite.m4: Typo: kbAC_LIBTOOL_REPLACE_FUNCS ->
kb_AC_LIBTOOL_REPLACE_FUNCS.
* klibtool: Remove $lib_base before trying to creating it as a
symlink. From Peter Breitenlohner.
Fri Oct 3 09:49:28 1997 Olaf Weber <infovore@xs4all.nl>
* acklibtool.m4: --disable-static implies --enable-shared.
From Karl Berry.
* klibtool: Add support for shared libraries on irix5/irix6.
Wed Oct 1 18:12:28 1997 Olaf Weber <infovore@xs4all.nl>
* Replace mkdirchain with mkinstalldirs (from libtool-1.0).
Tue Sep 30 10:46:27 1997 Olaf Weber <infovore@xs4all.nl>
* Added add-info-toc script, from Karl Berry.
* etc/autoconf/acgeneral.m4: Change ac_dB to match up to
end-of-line. This fixes the case where the VALUE contains spaces.
* etc/autoconf/acconfig.h: Add definitions to make autoheader
happy: YYTEXT_CHAR, YYTEXT_UCHAR.
* etc/autoconf/acspecific.m4: Add case for determining whether
yytext is array of unsigned char. (From Thomas Esser
<te@informatik.uni-hannover.de>)
* mkdirchain: Do not assume the argument begins with a slash
(invalid on MS-DOS and related systems, as well as for relative
paths).
Tue Sep 16 17:42:59 1997 Olaf Weber <infovore@xs4all.nl>
* Makefile.in: Changed ac_dir to $(srcdir)/etc/autoconf, where we
have a full set of macro files.
* acklibtool.m4: Added support from klibtool --source-dir option.
* klibtool: Added --source-dir option, after suggestion by
"Jonathan I. Kamens" <jik@cam.ov.com>
Thu Feb 6 17:33:11 1997 Karl Berry <karl@cs.umb.edu>
* Kpathsea 3.0, Web2c 7.0, etc.
Fri Jan 31 16:20:23 1997 Karl Berry <karl@cs.umb.edu>
* configure (yytext test): Only define yywrap if it's not #defined.
Reported by Wayne for HP-UX.
Thu Jan 16 17:56:29 1997 Karl Berry <karl@cs.umb.edu>
* install-sh, config.guess, config.sub: New versions from /gd/gnu/lib.
Thu Sep 5 19:07:41 1996 Karl Berry <karl@cs.umb.edu>
* configure.in: Include acklibtool.m4 here for the sake of getting the
--with and --enable options.
Sat Jul 27 14:36:26 1996 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (kbAC_LIBTOOL_REPLACE_FUNCS): New test.
Sun Apr 28 15:24:19 1996 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (pb_AC_ASM_UNDERSCORE): New test.
From: Peter Breitenlohner <peb@MPPMU.MPG.DE>.
Tue Mar 12 15:28:42 1996 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (sharedlib): Oops, hp700 is SHLIB_PATH, not SHLIB.
Sat Feb 10 14:41:39 1996 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (SunOS*5): Use -Kpic rather than -K pic.
Also, set up sharedlib_postlink.
From: pete@thi.informatik.uni-frankfurt.de (Peter Dyballa).
Tue Dec 26 15:57:32 1995 Karl Berry <karl@cs.umb.edu>
* configure.in: Add all --with and --enable options here, so
configure --help will show them.
Fri Dec 15 20:16:08 1995 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (kb_AC_SYS_SHAREDLIB): Don't use $(sharedlib) as a
-soname target for linux, etc.
From: Thomas Peikenkamp <Thomas.Peikenkamp@arbi.informatik.uni-oldenburg.de>.
Wed Dec 13 12:57:38 1995 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (kb_AC_SYS_SHAREDLIB): Turn everything off if shared
libraries aren't supported on this system. Check for Elf under
Linux -- that's all we can support.
Sun Dec 10 14:58:08 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in (install-man, install-manpages): Remove these
top-level targets; we should have install-doc, if anything.
(mptriptrap): Back to just triptrap. Suggested by Ulrik.
Tue Nov 21 17:26:41 1995 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (kb_AC_SYS_SHAREDLIB) [HPUX] : Set sharedlib_linkflags
to -Wl,+s.
Sat Nov 18 16:47:18 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in (installargs): Do not pass down INSTALL, since then
install-sh is found in the wrong place.
* Update for Autoconf 2.5.
Fri Nov 17 15:31:25 1995 Karl Berry <karl@cs.umb.edu>
* Use Autoconf 2.4.2.
* Makefile.in (AC_SYS_SHAREDLIB): Rename to kb_AC_...
Change sharedlib_postinstall to be the complete command.
In IRIX case, make symlink without the version number. (From Simon.)
Thu Nov 16 16:49:22 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in (installargs): No need to pass transform, we don't
use that.
(install-bases, install-mems, bases, mems): New targets.
Mon Oct 30 17:11:51 1995 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (AC_PATH_XTRA): Note that the Pyramis dcosx needs
-lnsl also. From chad@anasazi.com.
Also, use AC_DEFINE for X_DISPLAY_MISSING, rather than adding it
to X_CFLAGS, to try to keep command lines clean.
Sun Oct 22 16:50:24 1995 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (sharedlib_envvar): New subst variable.
Fri Sep 8 19:24:11 1995 Karl Berry <karl@cs.umb.edu>
* acsite.m4 (AC_REPLACE_FUNCS): Define HAVE_FUNC if we do have the
func.
Sun Aug 20 14:46:39 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in (TAGS): Generate a single TAGS file here.
Suggestion from: Greg McGary <gkm@magilla.cichlid.com>.
* configure.in: Do AC_ISC_POSIX.
From: <uddeborg@carmen.se>.
Wed Jul 19 15:38:29 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in (*tr[ia]p*): Get rid of everything but `trip' and
`trap' themselves, as this has been vastly simplified.
Tue Apr 25 15:53:34 1995 Karl Berry <karl@cs.umb.edu>
* Update for Autoconf 2.3.
Sun Jan 8 12:16:15 1995 Karl Berry <karl@cs.umb.edu>
* kpathsea 2.6/dviljk 2.5/dvipsk 5.58f/xdvik 18f.
Fri Jan 6 09:05:42 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in (programs): Add gsftopkk.
Wed Jan 4 11:55:48 1995 Karl Berry <karl@cs.umb.edu>
* Makefile.in: Use if ... instead of ||, for Ultrix make.
Sun Jan 1 14:12:04 1995 Karl Berry <karl@cs.umb.edu>
* configure.in (AC_PROG_{CC,MAKE_SET}): Call these.
* Makefile.in: Include make/common.make instead of repeating most
of it.
Sat Dec 31 17:47:46 1994 Karl Berry <karl@cs.umb.edu>
* Makefile.in (install, install-data, install-exec): Just run the
same target in kpathsea.
Sat Dec 24 15:09:55 1994 Karl Berry <karl@cs.umb.edu>
* Makefile.in (CFLAGS): USe @CFLAGS@ instead of -g. From
wls@astro.umd.edu.
({dist,real}clean): Remove config.{cache,log}. From
interran@uluru.Stanford.EDU (John Interrante) and others.
Wed Dec 14 15:17:23 1994 Karl Berry <karl@cs.umb.edu>
* kpathsea 2.5/dviljk 2.4/dvipsk 5.58e/xdvik 18e.
Tue Nov 15 16:19:18 1994 Karl Berry <karl@cs.umb.edu>
* Makefile.in (makeargs): Change MAKEARGS to XMAKEARGS.
Mon Nov 7 15:40:53 1994 Karl Berry <karl@cs.umb.edu>
* configure.in: Use AC_CONFIG_SUBDIRS instead of our handcrafted
version.
Sun Nov 6 16:11:38 1994 Karl Berry <karl@cs.umb.edu>
* configure.in: Run autoupdate.
Tue Oct 25 17:48:02 1994 Karl Berry <karl@cs.umb.edu>
* kpathsea 2.3/dviljk 2.3/dvipsk 5.58c/xdvik 18d.
Fri Oct 14 10:31:35 1994 Karl Berry <karl@cs.umb.edu>
* kpathsea 2.2/dviljk 2.2/dvipsk 5.58b/xdvik 18c.
Sun Sep 25 16:38:59 1994 Karl Berry <karl@cs.umb.edu>
* Makefile.in (makeargs): Add MAKEARGS here.
Mon Sep 12 11:05:53 1994 Karl Berry (karl@cs.umb.edu)
* kpathsea 2.1/dviljk 2.1/dvipsk 5.58a/xdvik 18b.
Sun Sep 11 14:44:05 1994 Karl Berry (karl@cs.umb.edu)
* aclocal.m4: New file with my AC_FIND_XTRA replacement; use -lICE
when linking for -lSM.
Sat Sep 10 14:01:54 1994 Karl Berry (karl@cs.umb.edu)
* configure.in: Use AC_PROG_INSTALL.
* Makefile.in (makeargs): Don't pass SHELL.
Wed Sep 7 16:29:05 1994 Karl Berry (karl@cs.umb.edu)
* kpathsea 2.0/dviljk 2.0/dvipsk 5.55b/xdvik 18a.
Sat Sep 3 07:43:19 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (install-kpathsea): Use $(MAKE) $(installargs).
(install*): Use installargs.
(installargs): New variable.
(install-exec): Do not depend on install-kpathsea.
* configure.in: chmod a+x kpathsea/config.status.
Fri Sep 2 13:09:16 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (default): Make this the default target, not all.
Sat Aug 27 18:58:01 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (install-{fmts,bases}): New web2c-only targets.
Fri Aug 26 10:40:22 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (install-kpathsea): New target. Split up install*
and uninstall* targets, so the former depend on it.
Sun Aug 21 12:11:15 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (all, install, etc.): use test ! -d ||, instead of
if, for brevity.
Use ac_include where possible.
Thu Mar 24 08:40:05 1994 Karl Berry (karl@cs.umb.edu)
* configure.in: Exit if configure fails.
Tue Mar 22 08:27:24 1994 Karl Berry (karl@cs.umb.edu)
* configure.in: Don't replace `xdvik/' with `kpathsea/' when
making kpathsea/config.status.
Thu Mar 10 08:03:51 1994 Karl Berry (karl@cs.umb.edu)
* configure.in: Use ../ to get to subdir only if srcdir=.
Thu Feb 24 13:54:36 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (programs): Add dviljk.
(makeargs): Pass install_fonts and {bh,cg,mt}_fontdir down.
Mon Feb 21 13:32:30 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in (triptrap ...): Defpend on do-kpathsea, to help
propagate the paths. From Martyn.
* configure.in: Merge srcdir ==/!= . cases.
Also: Change all $first_program's to `kpathsea'.
mkdir kpathsea before copying.
From simon.
Tue Feb 1 10:32:26 1994 Karl Berry (karl@cs.umb.edu)
* configure.in: Allow for non-. srcdirs. From Andreas.
* Makefile.in (makeargs): Pass scriptdir, texmf_prefix, fontdir,
fmtdir, and basedir; and don't pass (the nonexistent) tex_prefix,
mf_prefix, and texfontdir. From Andreas.
* Makefile.in (CFLAGS): Define this.
(makeargs): Pass it down.
Fri Jan 21 07:42:45 1994 Karl Berry (karl@cs.umb.edu)
* Makefile.in: (makeargs): Pass psmacrodir and default_texsize.
From Martyn.
Sun Dec 19 17:31:54 1993 Karl Berry (karl@cs.umb.edu)
* configure.in: rm -f conftest.stat.
Wed Dec 15 06:30:17 1993 Karl Berry (karl@cs.umb.edu)
* Makefile.in (fmts): New web2c-only target.
Sun Dec 5 13:49:11 1993 Karl Berry (karl@cs.umb.edu)
* configure.in: Rewrite kpathsea/config.status to only create a
Makefile and c-auto.h, instead of just doing the assignment on the
command line when we configure.
* configure.in (CONFIG_SHELL): Use this instead of $shell, and
allow the user to override.
Sat Dec 4 11:26:09 1993 Karl Berry (karl@cs.umb.edu)
* configure.in: Echo value of srcdir in error msg.
* Makefile.in (triptrap, etc.): New targets for web2c.
Fri Oct 22 13:31:18 1993 Karl Berry (karl@cs.umb.edu)
* Makefile.in (makeargs): Don't pass the paths, since they're in
paths.h.in now. But do pass the dvips directories.
* configure.in: Makefile.in is in srcdir. From simon@lia.di.epfl.ch.
Thu Sep 30 14:27:17 1993 Karl Berry (karl@cs.umb.edu)
* Makefile.in (*install*): Only do program directories.
(most targets): Add `else true' for stupid sh's.
* README: Update appropriately.
|