~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_perl/configure

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20091123035737-zsgtzhfych8hir68
Tags: 2.1.7+dfsg-1
* Adopting the package, closes: #536623.
* New upstream version, closes: #513484.
  + Fixes the blooper in unlang evaluation logic, closes: #526175.
* Used quilt (and added README.source), and moved upstream file patching
  into debian/patches/. The source is no longer in collab-maint git
  (to make it simpler for me to finally get this out the door), but
  kept the .gitignore should we need that again.
* Dropped the dialup_admin/bin/backup_radacct patch (integrated upstream).
* Dropped the raddb/Makefile patch (problem no longer exists upstream).
* Dropped the lib/packet.c lib/radius.c main/listen.c patches (was from
  upstream 2.0.5 anyway).
* Dropped references to otp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Dropped references to snmp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Ship /etc/freeradius/modules/* in the freeradius package.
* Stop shipping sites-enabled symlinks in the package and instead create
  them only on initial install, thanks to Matej Vela, closes: #533396.
* Add export PATH="${PATH:+$PATH:}/usr/sbin:/sbin" to the init script
  at the request of John Morrissey, closes: #550143.
* Stop installing /var/run/freeradius in the package to silence Lintian.
  The init script already recreates it at will.
* Remove executable bit from example.pl to silence Lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.in Revision: 1.3 .
 
2
# From configure.in Revision.
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated by GNU Autoconf 2.61.
5
5
#
3301
3301
                targetname=
3302
3302
          fi
3303
3303
 
 
3304
          cat >conftest.$ac_ext <<_ACEOF
 
3305
/* confdefs.h.  */
 
3306
_ACEOF
 
3307
cat confdefs.h >>conftest.$ac_ext
 
3308
cat >>conftest.$ac_ext <<_ACEOF
 
3309
/* end confdefs.h.  */
 
3310
extern char Perl_hv_store();
 
3311
int
 
3312
main ()
 
3313
{
 
3314
 Perl_hv_store()
 
3315
  ;
 
3316
  return 0;
 
3317
}
 
3318
_ACEOF
 
3319
rm -f conftest.$ac_objext conftest$ac_exeext
 
3320
if { (ac_try="$ac_link"
 
3321
case "(($ac_try" in
 
3322
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3323
  *) ac_try_echo=$ac_try;;
 
3324
esac
 
3325
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3326
  (eval "$ac_link") 2>conftest.er1
 
3327
  ac_status=$?
 
3328
  grep -v '^ *+' conftest.er1 >conftest.err
 
3329
  rm -f conftest.er1
 
3330
  cat conftest.err >&5
 
3331
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3332
  (exit $ac_status); } && {
 
3333
         test -z "$ac_c_werror_flag" ||
 
3334
         test ! -s conftest.err
 
3335
       } && test -s conftest$ac_exeext &&
 
3336
       $as_test_x conftest$ac_exeext; then
 
3337
  BROKEN=
 
3338
else
 
3339
  echo "$as_me: failed program was:" >&5
 
3340
sed 's/^/| /' conftest.$ac_ext >&5
 
3341
 
 
3342
        BROKEN="yes"
 
3343
fi
 
3344
 
 
3345
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3346
      conftest$ac_exeext conftest.$ac_ext
 
3347
 
 
3348
         if test "x$BROKEN" != "x"; then
 
3349
                fail="$fail libperl.so"
 
3350
                targetname=
 
3351
          fi
 
3352
 
3304
3353
          CFLAGS=$old_CFLAGS
3305
3354
        fi
3306
3355
        targetname=rlm_perl
3334
3383
 
3335
3384
 
3336
3385
 
3337
 
ac_config_files="$ac_config_files Makefile"
 
3386
 
 
3387
  unset ac_cv_env_LIBS_set
 
3388
  unset ac_cv_env_LIBS_value
 
3389
 
 
3390
  ac_config_files="$ac_config_files Makefile"
3338
3391
 
3339
3392
cat >confcache <<\_ACEOF
3340
3393
# This file is a shell script that caches the results of configure
4428
4481
  $ac_cs_success || { (exit 1); exit 1; }
4429
4482
fi
4430
4483
 
 
4484