~ubuntu-x-swat/xorg-server/xsmoke

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bryce Harrington
  • Date: 2008-12-12 00:20:56 UTC
  • mfrom: (11.1.3 trunk)
  • Revision ID: bryce@chideok-20081212002056-p8z6pd5k2b4wfw31
Merge packaging.  Thanks Marc!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration for checkbox-installer
 
2
#
 
3
# Marc Tardif <marc@interunion.ca>
 
4
#
 
5
dnl Process this file with autoconf to produce a configure script.
 
6
AC_INIT()
 
7
 
 
8
dnl Automake stuff
 
9
AM_INIT_AUTOMAKE(xsmoke, 0.1)
 
10
 
 
11
dnl Checks for programs.
 
12
AC_PROG_CC
 
13
AC_PROG_INSTALL
 
14
 
 
15
AC_OUTPUT(Makefile lib/Makefile tests/Makefile workloads/Makefile)