~kim0/lxc/bug-740167

« back to all changes in this revision

Viewing changes to .pc/0001-fix-too-deep-lib-dir.patch/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-03-10 07:25:34 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110310072534-vgwm47kspsdqe5zp
Tags: 0.7.4-0ubuntu1
* New upstream version.
* Refreshed patches, dropped 0005-env.patch since it was already
  accepted upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#                                               -*- Autoconf -*-
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
 
AC_INIT([lxc], [0.7.3])
 
4
AC_INIT([lxc], [0.7.4])
5
5
 
6
6
AC_CONFIG_SRCDIR([configure.ac])
7
7
AC_CONFIG_AUX_DIR([config])
91
91
 
92
92
AC_PROG_GCC_TRADITIONAL
93
93
 
 
94
AC_LINUX
 
95
 
94
96
if test "x$GCC" = "xyes"; then
95
97
  CFLAGS="$CFLAGS -Wall"
96
98
fi