[Gnucash-changes] Temporarily revert to the old-school way of defining the PACKAGE

David Hampton hampton at cvs.gnucash.org
Thu Oct 27 10:01:54 EDT 2005


Log Message:
-----------
Temporarily revert to the old-school way of defining the PACKAGE
variable.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
        configure.in

Revision Data
-------------
Index: configure.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/configure.in,v
retrieving revision 1.359.2.73
retrieving revision 1.359.2.74
diff -Lconfigure.in -Lconfigure.in -u -r1.359.2.73 -r1.359.2.74
--- configure.in
+++ configure.in
@@ -19,7 +19,7 @@
 #   Footer    - Autoconf footer stuff
 
 # Autoconf initialization
-AC_INIT(gnucash)
+AC_INIT
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 AC_PREREQ(2.53)
@@ -30,7 +30,7 @@
 GNUCASH_MICRO_VERSION=0
 GNUCASH_VERSION_STRING="$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION"
 
-AM_INIT_AUTOMAKE($PACKAGE_NAME, $GNUCASH_VERSION_STRING)
+AM_INIT_AUTOMAKE(gnucash, $GNUCASH_VERSION_STRING)
 
 
 ##  Do this first, because the other tests depend on it:
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.357
retrieving revision 1.1487.2.358
diff -LChangeLog -LChangeLog -u -r1.1487.2.357 -r1.1487.2.358
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,10 @@
+2005-10-27  David Hampton  <hampton at employees.org>
+
+	* configure.in: Temporarily revert to the old-school way of
+	defining the PACKAGE variable.
+
+	* macros/autogen.sh: Tweak so that autoconf still gets run.
+
 2005-10-26  Christian Stimming  <stimming at tuhh.de>
 
 	* configure.in: Compose the version string again from several


More information about the gnucash-changes mailing list