*** ./config.mk.ORIG Sun Sep 3 12:11:50 2017 --- ./config.mk Mon May 27 15:24:30 2019 *************** *** 6,13 **** # Set the C compiler to use, and options for it. # This is likely to be what you'll want for most systems: # ! CC=gcc ! CFLAGS=-O2 -Wall # Set the awk interpreter to use for a script used while compiling. # (This should be a `new' awk, such as gawk or mawk.) --- 6,13 ---- # Set the C compiler to use, and options for it. # This is likely to be what you'll want for most systems: # ! CC=xlc_r -D_LINUX_SOURCE_COMPAT ! CFLAGS=-O # Set the awk interpreter to use for a script used while compiling. # (This should be a `new' awk, such as gawk or mawk.) *************** *** 15,21 **** # This setting should work for Linux and *BSD. On Solaris, you # should set it to use `nawk' instead. # ! AWK=awk # --------------------- Installation options ---------------------- --- 15,21 ---- # This setting should work for Linux and *BSD. On Solaris, you # should set it to use `nawk' instead. # ! AWK=gawk # --------------------- Installation options ---------------------- *************** *** 24,33 **** # MANDIR to directory for man page. # Usually it will be simpler to just set PREFIX. # ! PREFIX=/usr/local BINDIR=$(PREFIX)/bin ! INFODIR=$(PREFIX)/share/info ! MANDIR=$(PREFIX)/share/man/man1 DESKTOPDIR1=$(PREFIX)/share/applications DESKTOPDIR2=$(PREFIX)/share/app-install/desktop PIXMAPDIR=$(PREFIX)/share/pixmaps --- 24,33 ---- # MANDIR to directory for man page. # Usually it will be simpler to just set PREFIX. # ! PREFIX=/opt/freeware BINDIR=$(PREFIX)/bin ! INFODIR=$(PREFIX)/info ! MANDIR=$(PREFIX)/man/man1 DESKTOPDIR1=$(PREFIX)/share/applications DESKTOPDIR2=$(PREFIX)/share/app-install/desktop PIXMAPDIR=$(PREFIX)/share/pixmaps