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

gEDA-cvs: CVS update: configure.ac



  User: danmc   
  Date: 05/08/15 06:12:22

  Modified:    .        configure.ac
  Log:
  Search for a m4 to use.  Will be used by the pcb netlisters.
  
  
  Revision  Changes    Path
  1.19      +1 -0      eda/geda/devel/gnetlist/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/gnetlist/configure.ac,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- configure.ac	15 Aug 2005 01:53:00 -0000	1.18
  +++ configure.ac	15 Aug 2005 10:12:22 -0000	1.19
  @@ -31,6 +31,7 @@
   AC_PROG_CPP
   AC_PROG_MAKE_SET
   AC_PATH_PROGS(AWK, nawk gawk mawk awk, )
  +AC_PATH_PROGS(M4, gm4 m4, m4)
   
   #########################################################################
   #