[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-49-g281b0ef)
The branch, master has been updated
via 281b0efaf9830b80ab2449106bbc3c1c2c360702 (commit)
from 7f88749446b61493e881ad6aeb0a82f909a8c0d7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
m4/pcb-data-dirs.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 281b0efaf9830b80ab2449106bbc3c1c2c360702
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
build: Fix copy+paste error configuring PCB confdir
:100644 100644 ac7aa44... 84b4da0... M m4/pcb-data-dirs.m4
=========
Changes
=========
commit 281b0efaf9830b80ab2449106bbc3c1c2c360702
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
build: Fix copy+paste error configuring PCB confdir
diff --git a/m4/pcb-data-dirs.m4 b/m4/pcb-data-dirs.m4
index ac7aa44..84b4da0 100644
--- a/m4/pcb-data-dirs.m4
+++ b/m4/pcb-data-dirs.m4
@@ -71,7 +71,7 @@ AC_DEFUN([AX_PCB_DIRS],
[directory where PCB site configuration files are installed [[SYSCONFDIR/pcb]]]),
[ if (test "X$with_pcb_confdir" != "Xno" &&
test "X$with_pcb_confdir" != "Xyes"); then
- PCBCONFDIR="$with_pcb_m4dir"
+ PCBCONFDIR="$with_pcb_confdir"
fi ], [])
AC_MSG_RESULT([$PCBCONFDIR])
AC_SUBST([PCBCONFDIR])
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs