[Winpt-commits] r63 - trunk

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 3 11:50:47 CET 2005


Author: werner
Date: 2005-11-03 11:50:46 +0100 (Thu, 03 Nov 2005)
New Revision: 63

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
lowercase the tarball name


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-11-03 10:20:09 UTC (rev 62)
+++ trunk/ChangeLog	2005-11-03 10:50:46 UTC (rev 63)
@@ -1,5 +1,7 @@
 2005-11-03  Werner Koch  <wk at g10code.com>
 
+	* configure.ac (AM_INIT_AUTOMAKE): Fixed.
+
 	* Makefile.am (SUBDIRS): Include Ico/ and icons/.
 
 	* configure.ac (W32ROOT): Define it.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-11-03 10:20:09 UTC (rev 62)
+++ trunk/configure.ac	2005-11-03 10:50:46 UTC (rev 63)
@@ -28,7 +28,7 @@
 AC_CONFIG_SRCDIR(Src/WinPT.cpp)
 AM_CONFIG_HEADER(config.h)
 AC_CANONICAL_TARGET()
-AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
+AM_INIT_AUTOMAKE
 
 AC_GNU_SOURCE
 



More information about the Winpt-commits mailing list