change check for EMACS to allow emacs to not exist (in which case, no

* configure.in: change check for EMACS to allow emacs to not
  exist (in which case, no error results, but pdb docs don't
  get made)

-Shawn
This commit is contained in:
Shawn Amundson 1997-12-14 06:26:12 +00:00
parent e2784e82b5
commit 04758bf086
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,9 @@ Sun Dec 14 00:06:00 CST 1997 Shawn T. Amundson <amundson@gimp.org>
* configure.in: Changed gimp lib dir to lib/gimp/MAJOR.MINOR
instead of lib/gimp/MAJOR.MINOR.MICRO
* script-fu/scripts: removed piechart, kanji-circle, kanji-neon
* configure.in: change check for EMACS to allow emacs to not
exist (in which case, no error results, but pdb docs don't
get made)
Sat Dec 13 19:41:35 CST 1997 Shawn T. Amundson <amundson@gimp.org>

View file

@ -243,7 +243,7 @@ gimpdatadir=$datadir/$PACKAGE
gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
dnl This is for generating PDB docuemntation.
AC_PATH_PROG(EMACS, emacs)
AC_PATH_PROG(EMACS, emacs, :)
AC_SUBST(gimpdir)
AC_SUBST(gimpdatadir)