[maemo-commits] [maemo-commits] r9581 - projects/haf/trunk/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 2 17:21:21 EET 2007
- Previous message: [maemo-commits] r9580 - projects/haf/trunk/hildon-fm/debian
- Next message: [maemo-commits] r9582 - in projects/haf/branches/hildon-libs/hildon-1: . doc examples src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-02-02 17:21:20 +0200 (Fri, 02 Feb 2007) New Revision: 9581 Modified: projects/haf/trunk/hildon-fm/configure.ac Log: * configure.ac: Don't check for outo. Use AC_CONFIG_FILES. Modified: projects/haf/trunk/hildon-fm/configure.ac =================================================================== --- projects/haf/trunk/hildon-fm/configure.ac 2007-02-02 15:19:39 UTC (rev 9580) +++ projects/haf/trunk/hildon-fm/configure.ac 2007-02-02 15:21:20 UTC (rev 9581) @@ -1,5 +1,5 @@ -AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(libhildonfm, 2.6) +AC_INIT(hildon-fm/hildon-file-system-model.c) +AM_INIT_AUTOMAKE(libhildonfm, 2.7) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -27,9 +27,6 @@ CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -Werror -Wno-format-extra-args $LOGFLAGS" -PKG_CHECK_MODULES(OUTO, outo >= 0.1.1) -AC_SUBST(OUTO_CFLAGS) - GTK_VERSION=2.10.0 PKG_CHECK_MODULES(GTK, hildon-1 gtk+-2.0 >= $GTK_VERSION) @@ -146,9 +143,9 @@ fi AC_SUBST(REBUILD) +AC_CONFIG_FILES([Makefile + hildon-fm/Makefile + doc/Makefile + hildon-fm-2.pc]) -AC_OUTPUT(Makefile \ - hildon-fm/Makefile \ - ut/Makefile \ - doc/Makefile \ - hildon-fm.pc) +AC_OUTPUT
- Previous message: [maemo-commits] r9580 - projects/haf/trunk/hildon-fm/debian
- Next message: [maemo-commits] r9582 - in projects/haf/branches/hildon-libs/hildon-1: . doc examples src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]