~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/types/rlm_eap_sim/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT(rlm_eap_sim.c)
2
 
AC_REVISION($Revision: 1.3 $)
 
2
AC_REVISION($Revision: 1.3.4.1 $)
3
3
AC_DEFUN(modname,[rlm_eap_sim])
4
4
 
5
5
fail=
36
36
AC_SUBST(eap_sim_ldflags)
37
37
AC_SUBST(eap_sim_cflags)
38
38
AC_SUBST(targetname)
39
 
AC_CONFIG_HEADER([config.h])
40
39
AC_OUTPUT(Makefile)