~ubuntu-branches/ubuntu/saucy/miredo/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rémi Denis-Courmont
  • Date: 2010-02-02 23:17:25 UTC
  • mfrom: (1.1.4 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100202231725-38ag8r91r9bi5eg8
* New upstream version:
  - fixes signal handling (Closes: #554577) (LP: #485377).
  - drop merged libfreebsd-dev libtun6 patch.
* Update my mail address and copyright statements.
* Backport FreeBSD >= 7.2 fix from 1.2-stable branch.
* Run autoreconf before build (Closes: #558583).
* Build-Depend on automake and cvs as autoreconf requires both.
* Fix closefrom() usage (returns void on FreeBSD) in src/main.c
  (backported from upstream 91ae0afe2cda419a733699a0479021882ea950aa)
* Update standards version to 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
CONFIG_HEADER = config.h
81
81
CONFIG_CLEAN_FILES = Doxyfile
82
82
CONFIG_CLEAN_VPATH_FILES =
 
83
AM_V_GEN = $(am__v_GEN_$(V))
 
84
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
85
am__v_GEN_0 = @echo "  GEN   " $@;
 
86
AM_V_at = $(am__v_at_$(V))
 
87
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
88
am__v_at_0 = @
83
89
SOURCES =
84
90
DIST_SOURCES =
85
91
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
135
141
distcleancheck_listfiles = find . -type f -print
136
142
ACLOCAL = @ACLOCAL@
137
143
AMTAR = @AMTAR@
 
144
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138
145
AR = @AR@
139
146
AUTOCONF = @AUTOCONF@
140
147
AUTOHEADER = @AUTOHEADER@