patching file buf.c
creating cache ./config.cache
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/install -c
checking for POSIXized ISC... no
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for working const... yes
.
.
.
gcc -c -I. -I. -DHAVE_CONFIG_H -g -O regex.c
rm -f libed.a
ar cru libed.a getopt.o getopt1.o regex.o
ranlib libed.a
gcc -o ed buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o version.o libed.a
./mkinstalldirs /usr/bin /usr/info /usr/man/man1
/bin/install -c ed /usr/bin/ed
rm -f /usr/bin/red
cd /usr/bin; \
ln -s ed red
/bin/install -c -m 644 ./ed.info /usr/info/ed.info
/bin/install -c -m 644 ./ed.1 /usr/man/man1/ed.1
rm -f /usr/man/man1/red.1
cd /usr/man/man1; \
ln -s ed.1 red.1
|