~ubuntu-branches/ubuntu/raring/icecc/raring

« back to all changes in this revision

Viewing changes to daemon/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-08-09 10:57:08 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100809105708-hc1qd93pp0uaybdk
Tags: 0.9.6-1
* New upstream release.
* Remove patches:
  - 20_fix_ftbfs_on_kfreebsd.diff - merged upstream.
  - 21_glibc-2.11-ldconfig.diff - stolen upstream.
* Bump Standards-Version to 3.9.1 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
138
138
PACKAGE_NAME = @PACKAGE_NAME@
139
139
PACKAGE_STRING = @PACKAGE_STRING@
140
140
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
141
PACKAGE_URL = @PACKAGE_URL@
141
142
PACKAGE_VERSION = @PACKAGE_VERSION@
142
143
PATH_SEPARATOR = @PATH_SEPARATOR@
143
144
RANLIB = @RANLIB@
217
218
              exit 1;; \
218
219
          esac; \
219
220
        done; \
220
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu daemon/Makefile'; \
 
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign daemon/Makefile'; \
221
222
        $(am__cd) $(top_srcdir) && \
222
 
          $(AUTOMAKE) --gnu daemon/Makefile
 
223
          $(AUTOMAKE) --foreign daemon/Makefile
223
224
.PRECIOUS: Makefile
224
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225
226
        @case '$?' in \