diff --git a/ChangeLog b/ChangeLog index d3df01ae83..b79ef3f28d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 3 14:49:09 PDT 2000 Manish Singh + + * gimp.m4: help spacing correction + 2000-05-03 Michael Natterer * app/layers_dialog.c: removed layers_dialog_idle_set_layer_focus() diff --git a/gimp.m4 b/gimp.m4 index 7ab8504db3..757fb9d28c 100644 --- a/gimp.m4 +++ b/gimp.m4 @@ -9,11 +9,11 @@ AC_DEFUN(AM_PATH_GIMP, [dnl dnl Get the cflags and libraries from the gimptool script dnl -AC_ARG_WITH(gimp-prefix,[ --with-gimp-prefix=PFX Prefix where GIMP is installed (optional)], +AC_ARG_WITH(gimp-prefix,[ --with-gimp-prefix=PFX Prefix where GIMP is installed (optional)], gimptool_prefix="$withval", gimptool_prefix="") AC_ARG_WITH(gimp-exec-prefix,[ --with-gimp-exec-prefix=PFX Exec prefix where GIMP is installed (optional)], gimptool_exec_prefix="$withval", gimptool_exec_prefix="") -AC_ARG_ENABLE(gimptest, [ --disable-gimptest Do not try to compile and run a test GIMP program], +AC_ARG_ENABLE(gimptest, [ --disable-gimptest Do not try to compile and run a test GIMP program], , enable_gimptest=yes) if test x$gimptool_exec_prefix != x ; then