[sword-cvs] sword Makefile.am,1.42,1.43 configure.ac,1.33,1.34

sword@www.crosswire.org sword@www.crosswire.org
Tue, 10 Feb 2004 10:59:48 -0700


Update of /cvs/core/sword
In directory www:/tmp/cvs-serv24490

Modified Files:
	Makefile.am configure.ac 
Log Message:
added necessary Makefile.am files to make make dist work

Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/Makefile.am,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Makefile.am	10 Feb 2004 16:35:59 -0000	1.42
+++ Makefile.am	10 Feb 2004 17:59:46 -0000	1.43
@@ -147,3 +147,6 @@
 	@echo "DataPath=$(pkgdatadir)/" >> $(sysconfdir)/sword.conf
 	@echo "sword.conf generated"
 
+dist-hook:
+	(cd $(distdir) && ./autogen.sh)
+	rm -r $(distdir)/autom4te.cache

Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- configure.ac	10 Feb 2004 16:35:59 -0000	1.33
+++ configure.ac	10 Feb 2004 17:59:46 -0000	1.34
@@ -10,7 +10,7 @@
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(sword, 1.5.8)
 
-AM_CONFIG_HEADER(config.h)
+AM_CONFIG_HEADER(include/config.h)
 
 
 # ---------------------------------------------------------------------