13d2c2cffb
* *: huge amounts of surgery to split off gnome-sharp module. Clean out all the gnome related stuff from the auto* files. make distcheck works on the leaner-meaner gtk-sharp module. svn path=/trunk/gtk-sharp/; revision=63111
12 lines
369 B
Bash
Executable file
12 lines
369 B
Bash
Executable file
#!/bin/sh
|
|
# Run this to set configure.in up for an API version.
|
|
|
|
GTK_SHARP_VERSION=2.9.0
|
|
ASSEMBLY_VERSION=2.10.0.0
|
|
POLICY_VERSIONS="2.4 2.6 2.8"
|
|
GTK_REQUIRED_VERSION=2.10.0
|
|
VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10"
|
|
VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10"
|
|
GTK_API_TAG=2.10
|
|
|
|
. ./bootstrap-generic "$@"
|