*** ./config.mk.ORIG Tue Apr 26 15:02:53 2011 --- ./config.mk Tue Apr 26 15:03:57 2011 *************** *** 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 ! 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 # -------------------- Miscellaneous options ----------------------- --- 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 # -------------------- Miscellaneous options -----------------------