Ignore:
Timestamp:
Jan 20, 2007, 8:53:56 PM (17 years ago)
Author:
tabbott
Message:
Makefile.in changes to make things more portable.  Added install,
clean, distclean targets so that one can easily build and install on
non-Fedora systems, and removed unecessary targets (those that are
already default make rules).  

File:
1 edited

Legend:

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

    r1 r87  
    22
    33AC_PROG_CC
    4 
    5 AC_ARG_WITH(syscat,
    6 [  --with-syscat[=DIR]        staticsys-cat will be located in DIR],[
    7   if test "$withval" != "no" -a "$withval" != "yes"; then
    8     UPD_VARS="syscat_path=$withval/staticsys-cat $UPD_VARS"
    9   fi
    10 ])
    114
    125AC_ARG_WITH(afsagent,
Note: See TracChangeset for help on using the changeset viewer.