diff options
Diffstat (limited to 'devel/prcs/patches/patch-aa')
-rw-r--r-- | devel/prcs/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/prcs/patches/patch-aa b/devel/prcs/patches/patch-aa new file mode 100644 index 00000000000..cded2145ac9 --- /dev/null +++ b/devel/prcs/patches/patch-aa @@ -0,0 +1,22 @@ +--- configure 1998/05/08 12:09:36 1.1 ++++ configure 1998/05/08 12:12:48 +@@ -3726,7 +3726,7 @@ + ;; + esac + fi +-EMACS="$ac_cv_path_EMACS" ++EMACS=no + if test -n "$EMACS"; then + echo "$ac_t""$EMACS" 1>&6 + else +--- emacs/Makefile.in 1998/05/08 12:35:17 1.1 ++++ emacs/Makefile.in 1998/05/08 12:36:49 +@@ -165,7 +165,7 @@ + install-data: install-lispLISP + @$(NORMAL_INSTALL) + +-install: install-exec install-data all ++install: install-exec all + @: + + uninstall: uninstall-lispLISP |