~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to aczsh.m4

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
AC_TRY_COMMAND($CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&AC_FD_CC) &&
119
119
AC_TRY_COMMAND($DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&AC_FD_CC); then
120
120
    AC_TRY_RUN([
121
 
#ifdef HPUXDYNAMIC
 
121
#ifdef HPUX10DYNAMIC
122
122
#include <dl.h>
123
123
#define RTLD_LAZY BIND_DEFERRED
124
124
#define RTLD_GLOBAL DYNAMIC_PATH
199
199
AC_TRY_COMMAND($CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&AC_FD_CC) &&
200
200
AC_TRY_COMMAND($DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&AC_FD_CC); then
201
201
    AC_TRY_RUN([
202
 
#ifdef HPUXDYNAMIC
 
202
#ifdef HPUX10DYNAMIC
203
203
#include <dl.h>
204
204
#define RTLD_LAZY BIND_DEFERRED
205
205
#define RTLD_GLOBAL DYNAMIC_PATH
274
274
AC_TRY_COMMAND($CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&AC_FD_CC) &&
275
275
AC_TRY_COMMAND($DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&AC_FD_CC); then
276
276
    AC_TRY_RUN([
277
 
#ifdef HPUXDYNAMIC
 
277
#ifdef HPUX10DYNAMIC
278
278
#include <dl.h>
279
279
#define RTLD_LAZY BIND_DEFERRED
280
280
#define RTLD_GLOBAL DYNAMIC_PATH
343
343
    save_ldflags=$LDFLAGS
344
344
    LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS"
345
345
    AC_TRY_RUN([
346
 
#ifdef HPUXDYNAMIC
 
346
#ifdef HPUX10DYNAMIC
347
347
#include <dl.h>
348
348
#define RTLD_LAZY BIND_DEFERRED
349
349
#define RTLD_GLOBAL DYNAMIC_PATH
416
416
    save_ldflags=$LDFLAGS
417
417
    LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS -s"
418
418
    AC_TRY_RUN([
419
 
#ifdef HPUXDYNAMIC
 
419
#ifdef HPUX10DYNAMIC
420
420
#include <dl.h>
421
421
#define RTLD_LAZY BIND_DEFERRED
422
422
#define RTLD_GLOBAL DYNAMIC_PATH
483
483
if AC_TRY_COMMAND($CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest1.c 1>&AC_FD_CC) &&
484
484
AC_TRY_COMMAND($DLLD -o conftest1.$DL_EXT $LDFLAGS $DLLDFLAGS -s conftest1.o $LIBS 1>&AC_FD_CC); then
485
485
    AC_TRY_RUN([
486
 
#ifdef HPUXDYNAMIC
 
486
#ifdef HPUX10DYNAMIC
487
487
#include <dl.h>
488
488
#define RTLD_LAZY BIND_DEFERRED
489
489
#define RTLD_GLOBAL DYNAMIC_PATH