diff --git a/ChangeLog b/ChangeLog index 6ebe26c60..016239295 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-10 Mike Kestner + + * bootstrap-2.6 - renamed from bootstrap + * bootstrap-2.8 : renamed from bootstrap-for-the-insane, removed + message of doom, require Gtk 2.8. Change version to 2.7.1. + 2005-10-31 Wade Berrier * .pc and wrapper scripts: Use relative paths so gtk-sharp is diff --git a/bootstrap b/bootstrap-2.6 similarity index 100% rename from bootstrap rename to bootstrap-2.6 diff --git a/bootstrap-2.8 b/bootstrap-2.8 new file mode 100755 index 000000000..f28efa01d --- /dev/null +++ b/bootstrap-2.8 @@ -0,0 +1,14 @@ +#!/bin/sh +# Run this to set configure.in up for an API version. + +GTK_SHARP_VERSION=2.7.1 +ASSEMBLY_VERSION=2.8.0.0 +POLICY_VERSIONS="2.4 2.6" +GTK_REQUIRED_VERSION=2.8.0 +GNOME_REQUIRED_VERSION=2.10.0 +VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8" +VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8" +GTK_API_TAG=2.8 +GNOME_API_TAG=2.10 + +. ./bootstrap-generic "$@" diff --git a/bootstrap-for-the-insane b/bootstrap-for-the-insane deleted file mode 100755 index 8d9d6900f..000000000 --- a/bootstrap-for-the-insane +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# Run this to set configure.in up for an API version. - -echo "**********************************************************************" -echo "This bootstrap is totally untested and unsupported." -echo "Use at your own risk. Don't expect any sort of timely bugfixes." -echo "Don't even expect it to compile." -echo "You have acknowledged your insanity by executing this script." -echo "Seek psychiatric help..." -echo "**********************************************************************" - -GTK_SHARP_VERSION=2.7.0.99 -ASSEMBLY_VERSION=2.8.0.0 -POLICY_VERSIONS="2.4 2.6" -GTK_REQUIRED_VERSION=2.7.0 -GNOME_REQUIRED_VERSION=2.10.0 -VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8" -VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8" -GTK_API_TAG=2.8 -GNOME_API_TAG=2.10 - -. ./bootstrap-generic "$@"