commit 6d19e44b948c2080fe539f3aa809dae6ba861460
Author: Christophe Fergeau <t...@gnome.org>
Date:   Tue Dec 28 13:14:35 2010 +0100

    remove duplicate AC_CONFIG_SRCDIR

 configure.ac |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b3294d2..8704506 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,9 @@
 AC_PREREQ(2.65)
 AC_INIT([libgpod], [0.7.95])
-AC_CONFIG_SRCDIR([src])
-AC_CONFIG_SRCDIR(configure.ac)
-AC_CONFIG_MACRO_DIR(m4)
+AC_CONFIG_SRCDIR([configure.ac])
+AC_CONFIG_MACRO_DIR([m4])
 
-AM_CONFIG_HEADER(config.h)
+AM_CONFIG_HEADER([config.h])
 
 dnl libtool versioning
 # +1 : 0 : +1  == adds new functions to the interface

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to