~ubuntu-branches/ubuntu/precise/atftp/precise

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2004-12-28 19:11:57 UTC
  • Revision ID: james.westby@ubuntu.com-20041228191157-1jpr39ppvw3xzc6o
Tags: 0.7-4
* updated all po-debconf translations. Closes: #281561
* polish debconf translation added. Thanks to Bartosz Fenski.
* added debconf support for setting the multicast TTL value
* default mcast subnet changed to 239.239.239.0/24 since some routers
  do not seem to like 239.255.0.0/24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
227
227
          skipped=""; \
228
228
          if test "$$skip" -ne 0; then \
229
229
            skipped="($$skip tests were not run)"; \
230
 
            test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
 
230
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
231
231
              dashes="$$skipped"; \
232
232
          fi; \
233
233
          report=""; \
234
234
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
235
235
            report="Please report to $(PACKAGE_BUGREPORT)"; \
236
 
            test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
 
236
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
237
237
              dashes="$$report"; \
238
238
          fi; \
239
239
          dashes=`echo "$$dashes" | sed s/./=/g`; \
240
240
          echo "$$dashes"; \
241
241
          echo "$$banner"; \
242
 
          test -n "$$skipped" && echo "$$skipped"; \
243
 
          test -n "$$report" && echo "$$report"; \
 
242
          test -z "$$skipped" || echo "$$skipped"; \
 
243
          test -z "$$report" || echo "$$report"; \
244
244
          echo "$$dashes"; \
245
245
          test "$$failed" -eq 0; \
246
246
        else :; fi