~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to buildlib/configure.mak

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
.PHONY: startup
16
16
startup: configure $(BUILDDIR)/config.status $(addprefix $(BUILDDIR)/,$(CONVERTED))
17
17
 
18
 
configure: aclocal.m4 configure.in
 
18
# use the files provided from the system instead of carry around
 
19
# and use (most of the time outdated) copycats
 
20
buildlib/config.sub:
 
21
        ln -sf /usr/share/misc/config.sub buildlib/config.sub
 
22
buildlib/config.guess:
 
23
        ln -sf /usr/share/misc/config.guess buildlib/config.guess       
 
24
configure: aclocal.m4 configure.in buildlib/config.guess buildlib/config.sub
19
25
        autoconf
20
26
 
21
27
aclocal.m4: $(wildcard buildlib/*.m4)