aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
blob: 81fad3b3a0120b9723fe7aed3e714706f689a1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Tue Jun 21 17:46:53 1994  Mark Eichin  (eichin at cygnus.com)

	* Makefile.in (in all subdirs): added CC=@CC@ to nail down the
	substitution to be sure that configuration matches build. Added
	CCOPTS to some of them so that it gets nailed in correctly too.

Tue Jun 21 02:08:27 1994  Tom Yu  (tlyu at dragons-lair)

	* Makefile.in (in all relevant subdirs): added CCOPTS=@CCOPTS@ in
	order to allow for configured default flags
	* configure.in (in all relevant subdirs): add WITH_CCOPTS
	* acloca.m4: define WITH_CCOPTS

Fri Jun 17 19:54:00 1994  Mark Eichin  (eichin at cygnus.com)

	* aclocal.m4 (MAKE_SUBDIRS): pass CCOPTS, CC in every make
	* Makefile.in: change CFLAGS = -g ... to CFALGS = $(CCOPTS) ...
	  in all Makefile.in's throughout the tree.