summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-06 20:18:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-06 20:18:37 +0000
commitcf2f511198660a3c9c4e1ba95a0a49c8a010e2dd (patch)
tree11963da6561a7061e7daa85a6302e33c0dbc62cc /configure.in
parentae134752773917f225d88188f6dfba858e1dceee (diff)
downloadglib-cf2f511198660a3c9c4e1ba95a0a49c8a010e2dd.tar.gz
Release 1.3.1
Thu Jul 6 15:35:28 2000 Owen Taylor <otaylor@redhat.com> * Release 1.3.1 * Makefile.am (EXTRA_DIST): Dist fixes. * configure.in: Moderate the warnings just a little bit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index d834e596f..f5e08c3a8 100644
--- a/configure.in
+++ b/configure.in
@@ -1516,7 +1516,7 @@ case $host in
*-*-cygwin*)
glib_os="#define G_OS_UNIX
#define G_WITH_CYGWIN"
- ;;
+v ;;
*)
glib_os="#define G_OS_UNIX"
;;
@@ -1547,12 +1547,6 @@ echo ""
echo " * You should not base stable software on this version of GLib."
echo " * GNOME developers should use a stable version of GLib."
echo ""
-echo "Distributions should *NOT* ship a development package of this GLib."
-echo "Do not ship the headers and do not ship the glib-config script. These"
-echo "things will conflict with the stable 1.2 series. Package only enough"
-echo "to satisfy the requirements of some other package. Package only the"
-echo "library itself. Doing otherwise will do no favors to the community."
-echo ""
echo "If you install this version of GLib, we strongly recommend that you"
echo "install it in a different prefix than GLib 1.2. Use --prefix as an"
echo "argument to configure to do this. Otherwise, you will not be able to"