Changeset 166


Ignore:
Timestamp:
08/19/09 08:11:39 (15 years ago)
Author:
bas
Message:

We do nat have to generate pxeconfig.py anymore it is now a module

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r142 r166  
    18001800
    18011801
    1802 ac_config_files="$ac_config_files Makefile src/pxeconfig.py src/pxeconfig src/pxeconfigd src/hexls examples/pxeconfigd.xinetd"
     1802ac_config_files="$ac_config_files Makefile src/pxeconfig src/pxeconfigd src/hexls examples/pxeconfigd.xinetd"
    18031803
    18041804cat >confcache <<\_ACEOF
     
    23702370  case $ac_config_target in
    23712371    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    2372     "src/pxeconfig.py") CONFIG_FILES="$CONFIG_FILES src/pxeconfig.py" ;;
    23732372    "src/pxeconfig") CONFIG_FILES="$CONFIG_FILES src/pxeconfig" ;;
    23742373    "src/pxeconfigd") CONFIG_FILES="$CONFIG_FILES src/pxeconfigd" ;;
  • trunk/configure.in

    r142 r166  
    5959AC_OUTPUT(
    6060        Makefile
    61         src/pxeconfig.py
    6261        src/pxeconfig
    6362        src/pxeconfigd
  • trunk/src/pxeconfig.py

    r165 r166  
    1 #!@PYTHON@
    2 #
    31# set ts=4, sw=4
    42#
Note: See TracChangeset for help on using the changeset viewer.