Changeset 1572

Show
Ignore:
Timestamp:
06/18/08 11:06:17 (4 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/configure.in

    r1558 r1572  
    12491249 
    12501250AC_MSG_CHECKING([loader.autoconf files]) 
    1251 printf "$ext_defs\n"                                 > ${srcdir}/cherokee/loader.autoconf.h 
    1252 printf "$headers \n\n $add_calls \n\n $init_calls\n" > ${srcdir}/cherokee/loader.autoconf.inc 
     1251mkdir cherokee 2>/dev/null 
     1252printf "$ext_defs\n"                                 > cherokee/loader.autoconf.h 
     1253printf "$headers \n\n $add_calls \n\n $init_calls\n" > cherokee/loader.autoconf.inc 
    12531254AC_MSG_RESULT([done]) 
    12541255 
     
    12561257dnl Static/Dynamic modules 
    12571258dnl 
    1258 conf_h="${srcdir}/cherokee/loader.autoconf.h" 
     1259conf_h="cherokee/loader.autoconf.h" 
    12591260AM_CONDITIONAL(STATIC_HANDLER_SERVER_INFO,    grep server_info    $conf_h >/dev/null) 
    12601261AM_CONDITIONAL(STATIC_HANDLER_FILE,           grep file           $conf_h >/dev/null)