Alien-Judy

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!perl -w
use strict;
use 5.005;
use lib qw( inc lib );
 
use Alien::Judy ();
use Config ();
 
my %configure_requires = (
    'perl' => '5.005',
 
    # Core only and unavailable on CPAN

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
11838
11839
11840
11841
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

15735
15736
15737
15738
15739
15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
15752
15753
15754
15755
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

18307
18308
18309
18310
18311
18312
18313
18314
18315
18316
18317
18318
18319
18320
18321
18322
18323
18324
18325
18326
18327
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

20890
20891
20892
20893
20894
20895
20896
20897
20898
20899
20900
20901
20902
20903
20904
20905
20906
20907
20908
20909
20910
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
15737
15738
15739
15740
15741
15742
15743
15744
15745
15746
15747
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

18299
18300
18301
18302
18303
18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
18315
18316
18317
18318
18319
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

20878
20879
20880
20881
20882
20883
20884
20885
20886
20887
20888
20889
20890
20891
20892
20893
20894
20895
20896
20897
20898
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/configure  view on Meta::CPAN

11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/configure  view on Meta::CPAN

15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
15737
15738
15739
15740
15741
15742
15743
15744
15745
15746
15747
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/configure  view on Meta::CPAN

18299
18300
18301
18302
18303
18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
18315
18316
18317
18318
18319
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/configure  view on Meta::CPAN

20878
20879
20880
20881
20882
20883
20884
20885
20886
20887
20888
20889
20890
20891
20892
20893
20894
20895
20896
20897
20898
    :
  else
    can_build_shared=no
  fi
  ;;
esac
# AIX (on Power*) has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
# collect2, so additional links can be useful in future.
if test "$aix_use_runtimelinking" = yes; then
  # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  # instead of lib<name>.a to let people know that these are not
  # typical AIX shared libraries.
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
else
  # We preserve .a as extension for shared libraries through AIX4.2
  # and later when we are not doing run time linking.
  library_names_spec='${libname}${release}.a $libname.a'
  soname_spec='${libname}${release}${shared_ext}$major'
fi
shlibpath_var=LIBPATH

src/judy-1.0.5/ltmain.sh  view on Meta::CPAN

6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
 
$echo "X----------------------------------------------------------------------" | $Xsed
$echo "Libraries have been installed in:"
for libdir in $libdirs; do
  $echo "   $libdir"
done
$echo
$echo "If you ever happen to want to link against installed libraries"
$echo "in a given directory, LIBDIR, you must either use libtool, and"
$echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
$echo "flag during linking and do at least one of the following:"
if test -n "$shlibpath_var"; then
  $echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
  $echo "     during execution"
fi
if test -n "$runpath_var"; then
  $echo "   - add LIBDIR to the \`$runpath_var' environment variable"
  $echo "     during linking"
fi



( run in 0.397 second using v1.01-cache-2.11-cpan-8e9030e308b )