[maemo-commits] [maemo-commits] r18837 - projects/haf/tags/hildon-control-panel/1:2.2.11-1
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jul 3 12:09:12 EEST 2009
- Previous message: [maemo-commits] r18836 - in projects/haf/trunk/hildon-control-panel: . debian
- Next message: [maemo-commits] r18838 - projects/haf/tags/hildon-control-panel/1:2.2.11-1/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: paradi
Date: 2009-07-03 12:09:11 +0300 (Fri, 03 Jul 2009)
New Revision: 18837
Removed:
projects/haf/tags/hildon-control-panel/1:2.2.11-1/configure.ac
Log:
d
Deleted: projects/haf/tags/hildon-control-panel/1:2.2.11-1/configure.ac
===================================================================
--- projects/haf/tags/hildon-control-panel/1:2.2.11-1/configure.ac 2009-07-03 09:04:09 UTC (rev 18836)
+++ projects/haf/tags/hildon-control-panel/1:2.2.11-1/configure.ac 2009-07-03 09:09:11 UTC (rev 18837)
@@ -1,83 +0,0 @@
-AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-control-panel, 2.2.10)
-AM_CONFIG_HEADER(config.h)
-
-AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug],[Debug (default=no)])],
- [hildon_use_debug=yes],[hildon_use_debug=no])
-
-AC_CANONICAL_HOST
-
-AC_PROG_CC
-AC_PROG_CPP
-AC_PROG_INSTALL
-AC_PROG_RANLIB
-AC_PROG_LIBTOOL
-
-AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
-
-AC_PATH_X
-AC_PATH_XTRA
-AC_SUBST(X_CFLAGS)
-
-AC_HEADER_STDC
-
-if test "x${hildon_use_debug}" = "xyes"
-then
- CFLAGS="$CFLAGS -ggdb -O0 -DDEBUG"
-else
- CFLAGS="$CFLAGS -O2"
-fi
-
-CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -Werror -lcrypt"
-AC_SUBST(CFLAGS)
-
-ALL_LINGUAS="en_GB"
-AC_SUBST(ALL_LINGUAS)
-AM_GLIB_GNU_GETTEXT
-
-AC_ARG_ENABLE(maemo-tools,
- AS_HELP_STRING([--enable-maemo-tools],[Enable mobile operator, clear and restore user data tools (default=yes)]),
- [enable_maemo_tools=$enableval],
- [enable_maemo_tools=yes])
-
-AM_CONDITIONAL(USE_MAEMO_TOOLS, test "x$enable_maemo_tools" = "xyes")
-
-if test "x$enable_maemo_tools" = "xyes"; then
- AC_DEFINE([MAEMO_TOOLS],[1],[Define to enable mobile operator, clear and restore user data tools])
-fi
-
-PKG_CHECK_MODULES(OSSOSETTINGS,
- [osso-af-settings >= 0.9.0],
- [
- localedir=`pkg-config osso-af-settings --variable=localedir`
- hildondesktopentrydir=`pkg-config osso-af-settings --variable=desktopentrydir`
- ],[
- localedir="${datadir}/locale"
- hildondesktopentrydir="${datadir}/applications"
- ])
-
-AC_SUBST(hildondesktopentrydir)
-AC_SUBST(localedir)
-
-PKG_CHECK_MODULES(HCP_DEPS,
- [
- libosso >= 0.10.0
- hildon-1
- gnome-vfs-2.0 >= 2.8.3
- gconf-2.0 >= 2.6.2
- codelockui >= 1:1.5.6
- ])
-
-hildoncpdesktopentrydir=${datadir}/applications/hildon-control-panel
-hildoncplibdir=${libdir}/hildon-control-panel
-
-AC_SUBST(hildondesktopentrydir)
-AC_SUBST(hildoncpdesktopentrydir)
-AC_SUBST(hildoncplibdir)
-
-AC_OUTPUT(Makefile \
- data/Makefile \
- src/Makefile \
- data/hildon-control-panel.pc \
- data/hildon-control-panel.desktop \
- data/com.nokia.controlpanel.service )
- Previous message: [maemo-commits] r18836 - in projects/haf/trunk/hildon-control-panel: . debian
- Next message: [maemo-commits] r18838 - projects/haf/tags/hildon-control-panel/1:2.2.11-1/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
