Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and

glib_pre2.h.  This eliminates the need to install glibconfig.h in $(includedir)
and fixes some builddir != srcdir when compiling multiple archatecture types
from the same source code. -Jay
This commit is contained in:
Jay Painter
1997-12-06 21:45:45 +00:00
parent 4d6f11a6ce
commit 0219b8b6b4
8 changed files with 898 additions and 825 deletions

4
glib/makeglib_h Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cat $1
cat $2
cat $3