~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to src/auto/configure

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-01-13 18:39:18 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090113183918-kgq1jzdwsbbex4pq
Tags: 2:7.2.079-1ubuntu1
* Resynchronise with Debian (diversions fix closes LP: #296324). Remaining
  changes:
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/debchangelog.vim:
    + Add "jaunty" to the list of valid suites.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16819
16819
  LDFLAGS="$LDFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
16820
16820
fi
16821
16821
 
16822
 
{ $as_echo "$as_me:$LINENO: checking for GCC 3 or later" >&5
 
16822
DEPEND_CFLAGS_FILTER=
 
16823
if test "$GCC" = yes; then
 
16824
  { $as_echo "$as_me:$LINENO: checking for GCC 3 or later" >&5
16823
16825
$as_echo_n "checking for GCC 3 or later... " >&6; }
16824
 
DEPEND_CFLAGS_FILTER=
16825
 
if test "$GCC" = yes; then
16826
16826
  gccmajor=`echo "$gccversion" | sed -e 's/^\([1-9]\)\..*$/\1/g'`
16827
16827
  if test "$gccmajor" -gt "2"; then
16828
16828
    DEPEND_CFLAGS_FILTER="| sed 's+-I */+-isystem /+g'"
16829
 
  fi
16830
 
fi
16831
 
if test "$DEPEND_CFLAGS_FILTER" = ""; then
16832
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
16833
 
$as_echo "no" >&6; }
16834
 
else
16835
 
  { $as_echo "$as_me:$LINENO: result: yes" >&5
16836
 
$as_echo "yes" >&6; }
 
16829
    { $as_echo "$as_me:$LINENO: result: yes" >&5
 
16830
$as_echo "yes" >&6; }
 
16831
  else
 
16832
    { $as_echo "$as_me:$LINENO: result: no" >&5
 
16833
$as_echo "no" >&6; }
 
16834
  fi
 
16835
      { $as_echo "$as_me:$LINENO: checking whether we need -D_FORTIFY_SOURCE=1" >&5
 
16836
$as_echo_n "checking whether we need -D_FORTIFY_SOURCE=1... " >&6; }
 
16837
  if test "$gccmajor" -gt "3"; then
 
16838
    CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=1"
 
16839
    { $as_echo "$as_me:$LINENO: result: yes" >&5
 
16840
$as_echo "yes" >&6; }
 
16841
  else
 
16842
    { $as_echo "$as_me:$LINENO: result: no" >&5
 
16843
$as_echo "no" >&6; }
 
16844
  fi
16837
16845
fi
16838
16846
 
16839
16847