Ignore:
Timestamp:
Oct 13, 2009, 1:11:51 AM (15 years ago)
Author:
geofft
Message:
execsys: Stop automatically generating the binfmt_misc configuration.

While we're there, kill an autoconf macro that was never used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/execsys/configure.in

    r165 r1337  
    33AC_PROG_CC
    44
    5 AC_ARG_WITH(afsagent,
    6 [  --with-afsagent[=UID]        afsagent will have user id UID],[
    7   if test "$withval" != "no" -a "$withval" != "yes"; then
    8     CFLAGS="-DAFSAGENT_UID=$withval $CCFLAGS"
    9   fi
    10 ])
    11 
    12 AC_DEFUN(SUPPORT,[AC_ARG_WITH($1,
    13 [  --with-$1[=PATH]$2       associate .$1 with PATH],[
    14   if test "$withval" != "no" -a "$withval" != "yes"; then
    15     UPD_VARS="$1_path=$withval $UPD_VARS"
    16   fi
    17 ])])
    18 
    19 # the second argument should contain no spaces ("[]") if the corresponding
    20 # extension is three characters long (eg, "php"), and it should contain
    21 # one space ("[ ]") if the corresponding extension is two characters long
    22 # (eg, "pl")
    23 
    24 SUPPORT([pl], [ ])
    25 SUPPORT([php], [])
    26 SUPPORT([py], [ ])
    27 SUPPORT([exe], [])
    28 
    29 AC_SUBST(UPD_VARS)
    305AC_OUTPUT(Makefile)
Note: See TracChangeset for help on using the changeset viewer.