[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: configure.ac



  User: ahvezda 
  Date: 05/03/12 16:58:31

  Modified:    .        configure.ac
  Log:
  Oops missed latex error string
  
  
  
  
  Revision  Changes    Path
  1.15      +1 -1      eda/geda/devel/docs/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/docs/configure.ac,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- configure.ac	12 Mar 2005 21:54:54 -0000	1.14
  +++ configure.ac	12 Mar 2005 21:58:31 -0000	1.15
  @@ -16,7 +16,7 @@
   AC_PATH_PROG(LATEX, latex, no, ${PATH})
   if test $LATEX = "no"; then
      echo "Cannot find latex -- documentation cannot be created"
  -   echo "Install latex or install the prepared geda-docs package"
  +   AC_MSG_ERROR([Install latex or install the prepared geda-docs package])
   fi
   
   AC_PATH_PROG(DVIPS, dvips, no, ${PATH})