[maemo-commits] [maemo-commits] r16608 - projects/haf/trunk/libosso-help

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Nov 7 15:51:10 EET 2008
Author: karoliina
Date: 2008-11-07 15:51:03 +0200 (Fri, 07 Nov 2008)
New Revision: 16608

Modified:
   projects/haf/trunk/libosso-help/configure.ac
Log:
Updated configure.ac to be compatible with newer scratchbox versions.
Removed white spaces from the line:
AC_CONFIG_SRCDIR([src/osso-helplib.c])

Fixes NB#85229





Modified: projects/haf/trunk/libosso-help/configure.ac
===================================================================
--- projects/haf/trunk/libosso-help/configure.ac	2008-11-07 13:27:32 UTC (rev 16607)
+++ projects/haf/trunk/libosso-help/configure.ac	2008-11-07 13:51:03 UTC (rev 16608)
@@ -1,8 +1,8 @@
 #
 # configure.ac for OSSO HelpLib
 #
-# Copyright (c) 2004,2006 Nokia.
-# Contact:  Jakub Pavelek <jakub.pavelek at nokia.com>
+# Copyright (c) 2004,2006, 2008 Nokia.
+# Contact:  Karoliina Salminen <karoliina.t.salminen at nokia.com>
 #
 
 # Mandatory, initializes autoconf.
@@ -10,7 +10,7 @@
 AC_INIT(libosso-help, 2.1.2)
 
 # Tests that source dir exists
-AC_CONFIG_SRCDIR( [src/osso-helplib.c] )
+AC_CONFIG_SRCDIR([src/osso-helplib.c])
 
 # For automake: generate rules to reproduce config.h, if needed
 AM_CONFIG_HEADER(config.h)


More information about the maemo-commits mailing list