blob: 81b5ecec5533f0006dac1ef6bdfc686511ba01c2 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by the GNU General Public License v2.
AC_PREREQ([2.57])
AC_INIT([mtplot], [0.1.0], [http://crosbug.com/new], [mtplot])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
PKG_CHECK_MODULES(X11, [x11])
AC_OUTPUT([Makefile])