Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: configure.ac

Issue 2812018: Implement basic infrastructure for cashew daemon. (Closed) Base URL: ssh://gitrw.chromium.org/cashew.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | src/Makefile.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 AC_INIT([cashew], [0.0.1], [chromium-os-dev@chromium.org])
6 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
7 AC_PROG_CXX
8 PKG_CHECK_MODULES([DBUS_CPP], [dbus-c++-1])
9 # TODO(vlaviano): check for gflags
10 PKG_CHECK_MODULES([GLOG], [libglog])
11 AC_CONFIG_HEADERS([config.h])
12 AC_CONFIG_FILES([
13 Makefile
14 src/Makefile
15 ])
16 AC_OUTPUT
OLDNEW
« no previous file with comments | « Makefile.am ('k') | src/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698