From 5777066494c154eba6a86f87e96d7c0501a099fe Mon Sep 17 00:00:00 2001 From: Dan McMahill Date: Mon, 22 Aug 2005 23:53:37 +0000 Subject: [PATCH] fix minor bug with the --with-pcbconfdir option --- gnetlist/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnetlist/configure.ac b/gnetlist/configure.ac index 9d5401b48..8e3a811eb 100644 --- a/gnetlist/configure.ac +++ b/gnetlist/configure.ac @@ -30,7 +30,7 @@ AC_ARG_WITH(pcbm4dir, 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"] -- 2.11.4.GIT