[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
- Previous message: [sword-cvs] sword/bindings/perl Changes,1.1,NONE Makefile.PL,1.1,NONE README,1.1,NONE Sword.pm,1.1,NONE Sword.xs,1.2,NONE perlobject.map,1.1,NONE test.pl,1.1,NONE typemap,1.1,NONE
- Next message: [sword-cvs] sword/bindings Makefile.am,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
# ---------------------------------------------------------------------
- Previous message: [sword-cvs] sword/bindings/perl Changes,1.1,NONE Makefile.PL,1.1,NONE README,1.1,NONE Sword.pm,1.1,NONE Sword.xs,1.2,NONE perlobject.map,1.1,NONE test.pl,1.1,NONE typemap,1.1,NONE
- Next message: [sword-cvs] sword/bindings Makefile.am,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]