summaryrefslogtreecommitdiffstats
path: root/etc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 73b3c3a..624ed76 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
## A Makefile.in is supplied, in case you do not have automake.
-## $Id: Makefile.am,v 1.13 2005/08/14 23:35:13 heas Exp $
+## $Id: Makefile.am,v 1.14 2006/10/05 04:27:49 heas Exp $
##
## Copyright (C) 1997-2004 by Terrapin Communications, Inc.
## All rights reserved.
@@ -71,7 +71,9 @@ auto_edit = sed \
-e 's,@EXPECT_PATH\@,$(EXPECT_PATH),g' \
-e 's,@PERLV_PATH\@,$(PERLV_PATH),g' \
-e 's,@ENV_PATH\@,$(ENV_PATH),g' \
- -e 's,@RCSSYS\@,$(RCSSYS),g'
+ -e 's,@RCSSYS\@,$(RCSSYS),g' \
+ -e 's,@PACKAGE\@,$(PACKAGE),g' \
+ -e 's,@VERSION\@,$(VERSION),g'
lg.conf.sample: Makefile $(srcdir)/lg.conf.sample.in
rm -f lg.conf.sample lg.conf.sample.tmp; \