now have ENABLE_GIMP_1_2 when GIMP 1.2 is explicitely wanted.
* configure.in: make GIMP 2.0 the default.
* include/sane/config.h: replace ENABLE_GIMP_1_3 by ENABLE_GIMP_1_2.
* aclocal.m4, acinclude.m4: include the AM_PATH_GIMP_2_0 macros,
which replaces the AM_PATH_GIMP_1_4 macro.
support. Check for GTK2 only if the gimp plugin is disabled. If GTK2 is not
available, we'll fallback to a lower version if available. Patch from Julien
BLACHE <jb@jblache.org>. Check that setting resolution option in preview
succeeded. Otherwise we may use the main resolution setting accidently.
* aclocal.m4 configure: Fixed some bugs concerning link checks for libsane.
* src/xscanimage.c: Use g_free for memory acquired by g_new.
* TODO: Removed entries about g_free and ac_local.m4.