[Refdb-cvs] CVS: elisp configure.in,1.3,1.4
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-11-26 00:20:24
|
Update of /cvsroot/refdb/elisp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22743 Modified Files: configure.in Log Message: added more viewers Index: configure.in =================================================================== RCS file: /cvsroot/refdb/elisp/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -U2 -r1.3 -r1.4 --- configure.in 20 Nov 2005 20:27:32 -0000 1.3 +++ configure.in 26 Nov 2005 00:20:13 -0000 1.4 @@ -4,5 +4,5 @@ dnl check for one of the source files AC_INIT(refdb-mode.el) -AM_INIT_AUTOMAKE(refdb-elisp, 1.1-pre1) +AM_INIT_AUTOMAKE(refdb-elisp, 1.1-pre2) 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 evince Preview, gv, [$PATH:/opt/csw/bin:/Applications/Preview.app/Contents/MacOS]) -AC_PATH_PROGS(mypsviewer, gv kghostview ggv 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(mypdfviewer, acroread xpdf gv kpdf gpdf gnome-gv kghostview evince Preview, 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(myshell, sh ash bash, sh) |