rasmus      99/06/16 14:27:22

  Modified:    .        Makefile.tmpl
               src/support httpd.exp
  Log:
  Fix broken AIX shared module build.  The httpd.exp file was not up to date.
  Also install the httpd.exp file on a 'make install' to allow apxs builds
  against it on AIX.  apxs is still completely broken on AIX.  It
  generates bogus -bI and -bE stuff.  Working on fix for that.
  
  Revision  Changes    Path
  1.84      +2 -0      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- Makefile.tmpl     1999/06/02 20:01:43     1.83
  +++ Makefile.tmpl     1999/06/16 21:27:15     1.84
  @@ -277,6 +277,8 @@
        [EMAIL PROTECTED] [ ".`grep '^[         ]*AddModule.*mod_so\.o' 
$(TOP)/$(SRC)/Configuration.apaci`" != . ]; then \
                echo "$(INSTALL_CORE) $(TOP)/$(SRC)/$(TARGET) 
$(root)$(sbindir)/$(TARGET)"; \
                $(INSTALL_CORE) $(TOP)/$(SRC)/$(TARGET) 
$(root)$(sbindir)/$(TARGET); \
  +             $(CP) $(TOP)/$(SRC)/support/httpd.exp $(root)$(libexecdir)/; \
  +             chmod 644 $(root)$(libexecdir)/httpd.exp; \
        else \
                echo "$(INSTALL_PROGRAM) $(TOP)/$(SRC)/$(TARGET) 
$(root)$(sbindir)/$(TARGET)"; \
                $(INSTALL_PROGRAM) $(TOP)/$(SRC)/$(TARGET) 
$(root)$(sbindir)/$(TARGET); \
  
  
  
  1.21      +1 -2      apache-1.3/src/support/httpd.exp
  
  Index: httpd.exp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/httpd.exp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- httpd.exp 1999/05/25 15:24:02     1.20
  +++ httpd.exp 1999/06/16 21:27:20     1.21
  @@ -100,6 +100,7 @@
   ap_exists_config_define
   ap_exists_scoreboard_image
   ap_extended_status
  +ap_field_noparam
   ap_finalize_request_protocol
   ap_finalize_sub_req_protocol
   ap_find_command
  @@ -206,7 +207,6 @@
   ap_open_logs
   ap_open_piped_log
   ap_os_escape_path
  -ap_os_is_filename_valid
   ap_os_is_path_absolute
   ap_overlay_tables
   ap_overlap_tables
  @@ -313,7 +313,6 @@
   ap_show_modules
   ap_signal
   ap_single_module_configure
  -ap_single_module_init
   ap_size_list_item
   ap_slack
   ap_snprintf
  
  
  

Reply via email to