Changeset 80 for trunk


Ignore:
Timestamp:
03/28/07 21:24:51 (17 years ago)
Author:
bas
Message:

Makefile.in:

  • Added svn keywords
  • Added some compile statement

pxeconfigd.in:

  • pxeconfigd is now generated by configure

configure.in:

  • Added svn keywords
  • generate also pxeconfigd
Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    • Property svn:keywords set to Id URL
    r79 r80  
    44#
    55# SVN INFO:
    6 #      $Id: Makefile.in 1657 2006-12-06 13:32:47Z bas $
     6#      $Id$
    77#
    88#
     
    1616
    1717PYTHON_FILES=pxeconfig
     18
     19all: compile
     20
     21compile:
     22        echo "done compiling"
    1823
    1924install: install-conf
  • trunk/configure.in

    • Property svn:keywords set to Id URL
    r79 r80  
    33# Desc. : Simple configure script for email2trac package
    44# SVN INFO:
    5 #       $Id: configure.in 1314 2006-09-29 07:27:12Z bas $
     5#       $Id$
    66#
    77#
     
    5959        Makefile
    6060        pxeconfig
     61        pxeconfigd
    6162        )
  • trunk/pxeconfigd.in

    r79 r80  
    1 #!/usr/bin/env python
     1#!@PYTHON@
    22#
    33# Copyright (C) 2002
Note: See TracChangeset for help on using the changeset viewer.