~ubuntu-branches/debian/wheezy/courier/wheezy

« back to all changes in this revision

Viewing changes to waitlib/configure

  • Committer: Package Import Robot
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2012-06-27 23:19:07 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20120627231907-0hfgf1sz11132bop
Tags: 0.68.2-1
* New upstream release with the following changes:
  - another patch for incorrect Content-Type boundary fields 
    (Closes: #582765) 
  - fix syntax error signaled by makealiases command for aliases starting 
    with @ (Closes: #677627)

Show diffs side-by-side

added added

removed removed

Lines of Context:
612
612
am__fastdepCC_FALSE
613
613
am__fastdepCC_TRUE
614
614
CCDEPMODE
 
615
am__nodep
615
616
AMDEPBACKSLASH
616
617
AMDEP_FALSE
617
618
AMDEP_TRUE
2669
2670
 
2670
2671
# We need awk for the "check" target.  The system "awk" is bad on
2671
2672
# some platforms.
2672
 
# Always define AMTAR for backward compatibility.
2673
 
 
2674
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
2675
 
 
2676
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
2673
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2674
# in the wild :-(  We should find a proper way to deprecate it ...
 
2675
AMTAR='$${TAR-tar}'
 
2676
 
 
2677
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2677
2678
 
2678
2679
 
2679
2680
 
3670
3671
if test "x$enable_dependency_tracking" != xno; then
3671
3672
  am_depcomp="$ac_aux_dir/depcomp"
3672
3673
  AMDEPBACKSLASH='\'
 
3674
  am__nodep='_no'
3673
3675
fi
3674
3676
 if test "x$enable_dependency_tracking" != xno; then
3675
3677
  AMDEP_TRUE=
3694
3696
  # instance it was reported that on HP-UX the gcc test will end up
3695
3697
  # making a dummy file named `D' -- because `-MD' means `put the output
3696
3698
  # in D'.
 
3699
  rm -rf conftest.dir
3697
3700
  mkdir conftest.dir
3698
3701
  # Copy depcomp to subdir because otherwise we won't find it if we're
3699
3702
  # using a relative directory.
3753
3756
        break
3754
3757
      fi
3755
3758
      ;;
3756
 
    msvisualcpp | msvcmsys)
 
3759
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3757
3760
      # This compiler won't grok `-c -o', but also, the minuso test has
3758
3761
      # not run yet.  These depmodes are late enough in the game, and
3759
3762
      # so weak that their functioning should not be impacted.