[svn] GPGol - r111 - trunk

svn author marcus cvs at cvs.gnupg.org
Thu Oct 6 14:03:04 CEST 2005


Author: marcus
Date: 2005-10-06 14:03:03 +0200 (Thu, 06 Oct 2005)
New Revision: 111

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2005-10-06  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac: Change AC_CONFIG_SRCDIR argument to src/gpgol.def.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-09-29 10:48:15 UTC (rev 110)
+++ trunk/ChangeLog	2005-10-06 12:03:03 UTC (rev 111)
@@ -1,3 +1,7 @@
+2005-10-06  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac: Change AC_CONFIG_SRCDIR argument to src/gpgol.def.
+
 2005-09-29  Werner Koch  <wk at g10code.com>
 
 	Released 0.9.3.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-09-29 10:48:15 UTC (rev 110)
+++ trunk/configure.ac	2005-10-06 12:03:03 UTC (rev 111)
@@ -25,7 +25,7 @@
 PACKAGE_GT=${PACKAGE_NAME}
 VERSION=$PACKAGE_VERSION
 
-AC_CONFIG_SRCDIR(src/olgpgcore.def)
+AC_CONFIG_SRCDIR(src/gpgol.def)
 AM_CONFIG_HEADER(config.h)
 AC_CANONICAL_TARGET()
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)




More information about the Gnupg-commits mailing list