blob: 3c1ff7a2320f1f507dcd89a6e2c263ba439ad001 [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(MTPLOT, [x11])
AC_OUTPUT([Makefile])