~ubuntu-branches/debian/stretch/uswsusp/stretch

« back to all changes in this revision

Viewing changes to suspend-cvs20060928/vbetool/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2008-08-20 09:09:13 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080820090913-0eahue1zo8egcxls
Tags: 0.8-1.1
* Non-maintainer upload to fix pending l10n issues.
* Remove extra and useless debian/po/ff/ directory
* Debconf translation updates:
  - Japanese. Closes: #489939
  - German. Closes: #493747
  - French. Closes: #493771
  - Romanian. Closes: #493772
  - Galician. Closes: #494050
  - Finnish. Closes: #494087
  - Italian. Closes: #494096
  - Basque. Closes: #494277
  - Basque. Closes: #494277
  - Czech. Closes: #494410
  - Swedish. Closes: #494412
  - Russian. Closes: #495412
  - Portuguese. Closes: #495451
  - Spanish. Closes: #495499
  - Slovak. Closes: #495516

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
dnl Process this file with autoconf to produce a configure script.
3
 
 
4
 
AC_INIT(vbetool.c)
5
 
AM_INIT_AUTOMAKE(vbetool, 0.3)
6
 
 
7
 
dnl Checks for programs
8
 
 
9
 
AC_PROG_CC
10
 
 
11
 
dnl Simple, huh?
12
 
 
13
 
AC_ARG_WITH([x86emu], AC_HELP_STRING([--with-x86emu],[build with x86emu support]), [USEX86EMU=true])
14
 
 
15
 
AM_CONDITIONAL(WITH_X86EMU, test x$USEX86EMU = xtrue)
16
 
 
17
 
AC_OUTPUT([Makefile])