mirror of https://github.com/GNOME/gimp.git
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:
parent
e2784e82b5
commit
04758bf086
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue