~ubuntu-branches/ubuntu/natty/freecell-solver/natty

« back to all changes in this revision

Viewing changes to board_gen/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2005-03-30 20:12:47 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050330201247-8qdt6jhg7kxr3gjy
Tags: 2.8.10-1
* New upstream release
* fixed override disparity

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT(make_gnome_freecell_board.c)
3
 
AM_INIT_AUTOMAKE(fc-solve-board-gen, [`cat ../ver.txt`])
4
 
 
5
 
PACKAGE=freecell-solver
6
 
 
7
 
 
8
 
dnl Checks for programs.
9
 
AC_PROG_AWK
10
 
AC_PROG_CC
11
 
AC_PROG_INSTALL
12
 
AC_PROG_LN_S
13
 
AC_PROG_MAKE_SET
14
 
AC_PROG_RANLIB
15
 
 
16
 
dnl Checks for libraries.
17
 
dnl Replace `main' with a function in -lm:
18
 
dnl AC_CHECK_LIB(m, main)
19
 
 
20
 
dnl Checks for header files.
21
 
AC_HEADER_STDC
22
 
 
23
 
dnl Checks for typedefs, structures, and compiler characteristics.
24
 
 
25
 
dnl Checks for library functions.
26
 
 
27
 
AC_OUTPUT(Makefile)