[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

Re: Announcing Emacspeak 25.0 (ActiveDog)




Raman -

I downloaded the new version of emacspeak, but it failed to build
because .svn isn't included in the tarball:

  ls .svn> /dev/null && make README
  ls: .svn: No such file or directory
  make[1]: *** [config] Error 2

This change lets the build continue:

--- Makefile-orig	2006-11-24 14:56:47.000000000 -0500
+++ Makefile	2006-11-24 14:56:59.000000000 -0500
@@ -244,7 +244,7 @@
 # {{{ User level target--  config
 
 config:
-	ls .svn> /dev/null && make README
+	if [ -e .svn ]; then make README; fi
 	cd etc; $(MAKE) config  SRC=$(SRC)
 	cd lisp; $(MAKE) config
 	@echo "Configured emacspeak in directory $(SRC). Now type make emacspeak"

         - Jim Van Zandt

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"


Emacspeak Files | Subscribe | Unsubscribe | Search