~ubuntu-branches/ubuntu/saucy/cdebootstrap/saucy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-05-05 11:47:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080505114732-y8wv2nswph52qlwe
Tags: 0.5.1ubuntu1
* Merge from Debian unstable (Fix LP: #223442).
  Remaining Ubuntu changes:
  - Set NO_PKG_MANGLE while building nested package
  - Update maintainer field in debian/control
* config/suites:
  - Add Intrepid to known distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        AC_PATH_PROG(DPKG_ARCHITECTURE,dpkg-architecture)
17
17
 
18
18
        if test -n "$DPKG_ARCHITECTURE"; then
19
 
                target_alias=$target_cpu
20
 
                if test "$target_os" = linux-gnu; then
21
 
                        target_alias="$target_alias-linux"
22
 
                else
23
 
                        target_alias="$target_alias-$target_os"
24
 
                fi
 
19
                target_alias="$target_cpu-$target_os"
25
20
                DEB_ARCH=$($DPKG_ARCHITECTURE -t$target_alias -qDEB_HOST_ARCH)
26
21
        fi
27
22
fi
102
97
config/Makefile
103
98
helper/Makefile
104
99
helper/cdebootstrap-helper-apt/Makefile
105
 
helper/cdebootstrap-helper-diverts/Makefile
106
100
helper/cdebootstrap-helper-makedev/Makefile
107
 
helper/cdebootstrap-helper-makedev-minimal/Makefile
108
101
helper/cdebootstrap-helper-rc.d/Makefile
109
102
include/Makefile
110
103
src/Makefile