help spacing correction

-Yosh
This commit is contained in:
Manish Singh 2000-05-03 21:49:55 +00:00
parent 4517b8746d
commit ff9bb6aa43
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed May 3 14:49:09 PDT 2000 Manish Singh <yosh@gimp.org>
* gimp.m4: help spacing correction
2000-05-03 Michael Natterer <mitch@gimp.org>
* app/layers_dialog.c: removed layers_dialog_idle_set_layer_focus()

View File

@ -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