r23534 - gnucash-docs/trunk - Fix up AC_INIT and AM_INIT_AUTOMAKE for modern specs

John Ralls jralls at code.gnucash.org
Tue Dec 10 14:57:43 EST 2013


Author: jralls
Date: 2013-12-10 14:57:43 -0500 (Tue, 10 Dec 2013)
New Revision: 23534
Trac: http://svn.gnucash.org/trac/changeset/23534

Modified:
   gnucash-docs/trunk/configure.ac
Log:
Fix up AC_INIT and AM_INIT_AUTOMAKE for modern specs

Modified: gnucash-docs/trunk/configure.ac
===================================================================
--- gnucash-docs/trunk/configure.ac	2013-12-10 19:48:39 UTC (rev 23533)
+++ gnucash-docs/trunk/configure.ac	2013-12-10 19:57:43 UTC (rev 23534)
@@ -2,7 +2,7 @@
 # copyright (c) 2003-2013 GnuCash Development Team
 
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(gnucash-docs.spec.in)
+AC_INIT(gnucash-docs, 2.6.0)
 
 dnl ==========================================================================
 dnl
@@ -30,7 +30,7 @@
 dnl = End tests for scrollkeeper
 dnl ====================================
 
-AM_INIT_AUTOMAKE(gnucash-docs,2.6.0)
+AM_INIT_AUTOMAKE()
 
 dnl
 dnl Check for xsltproc



More information about the gnucash-changes mailing list