- Timestamp:
- 08/19/09 08:11:39 (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r142 r166 1800 1800 1801 1801 1802 ac_config_files="$ac_config_files Makefile src/pxeconfig .py src/pxeconfigsrc/pxeconfigd src/hexls examples/pxeconfigd.xinetd"1802 ac_config_files="$ac_config_files Makefile src/pxeconfig src/pxeconfigd src/hexls examples/pxeconfigd.xinetd" 1803 1803 1804 1804 cat >confcache <<\_ACEOF … … 2370 2370 case $ac_config_target in 2371 2371 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 2372 "src/pxeconfig.py") CONFIG_FILES="$CONFIG_FILES src/pxeconfig.py" ;;2373 2372 "src/pxeconfig") CONFIG_FILES="$CONFIG_FILES src/pxeconfig" ;; 2374 2373 "src/pxeconfigd") CONFIG_FILES="$CONFIG_FILES src/pxeconfigd" ;; -
trunk/configure.in
r142 r166 59 59 AC_OUTPUT( 60 60 Makefile 61 src/pxeconfig.py62 61 src/pxeconfig 63 62 src/pxeconfigd -
trunk/src/pxeconfig.py
r165 r166 1 #!@PYTHON@2 #3 1 # set ts=4, sw=4 4 2 #
Note: See TracChangeset
for help on using the changeset viewer.