Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4

Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>

	* configure.in Makefile.am glib-config.m4 glib.m4: Move
	glib-config to glib-config-2.0 move glib.m4 to
	glib-2.0.m4

	* Makefile.am gobject/Makefile.am gmodule/Makefile.am
	gthread/Makefile.am tests/Makefile.am: Change
	library names to libglib-1.3.la, etc, so that we
	can distinguish glib-1.2 and glib-2.0 on the linkline.

	* Makefile.am gobject/Makefile.am gmodule/Makefile.am:
	Move include files into /usr/include/glib-2.0.

Thu Jul  6 18:54:49 2000  Owen Taylor  <otaylor@redhat.com>

	* docs/Makefile.am (EXTRA_DIST): Remove info files
	from the build.
This commit is contained in:
Owen Taylor
2000-07-14 19:22:54 +00:00
committed by Owen Taylor
parent f4e591eb7b
commit eb023508ad
19 changed files with 463 additions and 114 deletions

View File

@@ -1526,7 +1526,7 @@ esac
AC_OUTPUT([
glib.spec
Makefile
glib-config
glib-config-2.0
gmodule/gmoduleconf.h
gmodule/Makefile
gobject/Makefile
@@ -1535,7 +1535,7 @@ docs/Makefile
docs/glib-config.1
tests/Makefile
],[case "$CONFIG_FILES" in
*glib-config*)chmod +x glib-config;;
*glib-config-2.0*)chmod +x glib-config-2.0;;
esac
echo ""
echo " *** IMPORTANT *** "