# HG changeset patch # User Henry S. Thompson # Date 1738154350 0 # Node ID 88a67b71b8995346fea55cf6e714dd563993fe10 # Parent a5ac7c5c69172c3b058f0840c0932dc5d92210a2 use .ac by hand for the time being diff -r a5ac7c5c6917 -r 88a67b71b899 conf-cc --- a/conf-cc Wed Jan 29 12:38:05 2025 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -gcc -O2 - -This will be used to compile .c files. diff -r a5ac7c5c6917 -r 88a67b71b899 conf-home --- a/conf-home Wed Jan 29 12:38:05 2025 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -/usr/local - -This is the cdb home directory. Programs will be installed in .../bin. diff -r a5ac7c5c6917 -r 88a67b71b899 conf-ld --- a/conf-ld Wed Jan 29 12:38:05 2025 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -gcc -s - -This will be used to link .o files into an executable.