Update of /cvsroot/refdb/elisp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13157
Modified Files:
configure.in
Log Message:
some more additions and fixes for the viewer detection
Index: configure.in
===================================================================
RCS file: /cvsroot/refdb/elisp/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -U2 -r1.4 -r1.5
--- configure.in 26 Nov 2005 00:20:13 -0000 1.4
+++ configure.in 18 Dec 2005 23:55:15 -0000 1.5
@@ -4,5 +4,5 @@
dnl check for one of the source files
AC_INIT(refdb-mode.el)
-AM_INIT_AUTOMAKE(refdb-elisp, 1.1-pre2)
+AM_INIT_AUTOMAKE(refdb-elisp, 1.2)
dnl find Emacs and set site-lisp path
@@ -19,7 +19,7 @@
AC_PATH_PROG(mysudo, sudo, sudo)
AC_PATH_PROGS(mygnumake, gmake make, make)
-AC_PATH_PROGS(mypdfviewer, acroread xpdf gv kpdf gpdf gnome-gv kghostview evince Preview, gv, [$PATH:/opt/csw/bin:/Applications/Preview.app/Contents/MacOS])
+AC_PATH_PROGS(mypdfviewer, acroread xpdf gv kpdf gpdf gnome-gv kghostview evince Preview AcroRd32, gv, [$PATH:/opt/csw/bin:/Applications/Preview.app/Contents/MacOS])
AC_PATH_PROGS(mypsviewer, gv kghostview gnome-gv ggv bmv gsview32 Preview, gv, [$PATH:/opt/csw/bin:/Applications/Preview.app/Contents/MacOS])
-AC_PATH_PROGS(myrtfviewer, soffice oowriter abiword ted kword TextEdit, soffice, [$PATH:/usr/local/OpenOffice.org1.1.4/program:/opt/csw/bin:/Applications/TextEdit.app/Contents/MacOS])
+AC_PATH_PROGS(myrtfviewer, soffice oowriter abiword ted Ted kword TextEdit openoffice.org-2.0.0 openoffice.org-1.1.4 write, soffice, [$PATH:/opt/csw/bin:/Applications/TextEdit.app/Contents/MacOS])
AC_PATH_PROGS(myshell, sh ash bash, sh)
|