• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-May-2015-

ac/H24-Jun-2013-87

pmx-2.7.0/H03-May-2022-80,74467,546

pmx-2.7.0-PATCHES/H25-Nov-2014-10573

ChangeLogH A D16-Feb-20152.8 KiB9560

Makefile.amH A D16-Feb-20156.3 KiB248203

Makefile.inH A D16-Feb-201587.7 KiB2,0581,922

READMEH A D20-May-2012702 1812

aclocal.m4H A D08-Jan-201542.9 KiB1,1921,083

configureH A D08-Jan-2015190.9 KiB6,7035,553

configure.acH A D17-Nov-20141.2 KiB4737

pmxab.1H A D14-Mar-2013883 2522

scor2prt.1H A D28-Mar-2012810 1918

version.acH A D11-Apr-2013433 1211

README

1Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
2You may freely use, modify and/or distribute this file.
3
4In order to build pmx we don't need the complete libf2c library.
5Specifically, we can omit uninit.c and with it the necessity to build and
6run arithchk in order to create the arith.h header file (which would make
7cross compilation impossible).
8
9From all the preprocessor defines arithchk could generate we only might need
10'VAX' (most probably irrelevant) and 'NO_LONG_LONG' which can be handled by
11the configure script.  Thus an empty file arith.h suffices.
12
13================
14
15Actually, compiling neither signbit.c nor uninit.c the file arith.h is not
16used at all and can bbe omitted.
17
18