Changeset 116 for trunk/configure


Ignore:
Timestamp:
02/06/08 17:08:54 (16 years ago)
Author:
bas
Message:

configure.in:

  • Added examples/pxeconfigd.xinetd.in
  • Now we generate pxeconfigd.xinetd with the right prefix. So we can still use it for our debian package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r81 r116  
    12611261        # Find any Python interpreter.
    12621262    if test -z "$PYTHON"; then
    1263       for ac_prog in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
     1263      for ac_prog in python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
    12641264do
    12651265  # Extract the first word of "$ac_prog", so it can be a program name with args.
     
    26532653
    26542654
    2655                                         ac_config_files="$ac_config_files Makefile pxeconfig pxeconfigd hexls"
     2655                                                  ac_config_files="$ac_config_files Makefile pxeconfig pxeconfigd hexls examples/pxeconfigd.xinetd"
    26562656cat >confcache <<\_ACEOF
    26572657# This file is a shell script that caches the results of configure
     
    32083208  "pxeconfigd" ) CONFIG_FILES="$CONFIG_FILES pxeconfigd" ;;
    32093209  "hexls" ) CONFIG_FILES="$CONFIG_FILES hexls" ;;
     3210  "examples/pxeconfigd.xinetd" ) CONFIG_FILES="$CONFIG_FILES examples/pxeconfigd.xinetd" ;;
    32103211  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    32113212echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
Note: See TracChangeset for help on using the changeset viewer.