~ubuntu-branches/ubuntu/lucid/read-edid/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): LIU Qi
  • Date: 2009-05-11 13:14:40 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090511131440-1l046wvoparqqukn
Tags: 2.0.0-1
* new upstream version and maintainer (Closes: #502125)
  - the new version uses libx86 instead of LRMI (Closes: #495131)
  - libx86 will build on new kernel (Closes: #502126)
* add missing binary-indep in debian/rules (Closes: #395741)
* new version is modified to build on any architecture 
  - fixed the powerpc build problem (Closes: #406736)
  - fixed the rebuild problem (Closes: #433713)
* install the read-edid in usr/sbin directory (Closes: #231307)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
dnl Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_INIT(get-edid.c)
5
 
AM_INIT_AUTOMAKE(read-edid, 1.4.1)
 
5
AM_INIT_AUTOMAKE(read-edid, 2.0.0)
6
6
 
7
7
dnl Checks for programs
8
8
 
9
9
AC_PROG_CC
10
10
 
 
11
dnl AC_CHECK_HEADER([libx86.h], [], [AC_MSG_ERROR([libx86.h not found])])
 
12
echo - | $CC -E -dM - | grep '__i386__' > /dev/null
 
13
AM_CONDITIONAL(X86, test $? -eq 0 )
 
14
 
11
15
dnl Simple, huh?
12
16
 
13
 
AC_OUTPUT([Makefile])
 
 
b'\\ No newline at end of file'
 
17
AC_OUTPUT([Makefile])