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

gEDA-cvs: CVS update: configure.ac



  User: danmc   
  Date: 05/08/22 19:53:37

  Modified:    .        configure.ac
  Log:
  fix minor bug with the --with-pcbconfdir option
  
  
  Revision  Changes    Path
  1.22      +1 -1      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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- configure.ac	20 Aug 2005 02:43:45 -0000	1.21
  +++ configure.ac	22 Aug 2005 23:53:37 -0000	1.22
  @@ -30,7 +30,7 @@
   AC_SUBST(PCBM4DIR)
   
   # Change default location for pcb's m4 site configuration directory
  -AC_ARG_WITH(pcbm4dir,
  +AC_ARG_WITH(pcbconfdir,
   	[  --with-pcbconfdir=path     Change where the PCB site config files are installed [[default=${sysconfdir}/pcb]]],
           [PCBCONFDIR=$withval],
   	[PCBCONFDIR="${sysconfdir}/pcb"]