Changeset 1124 for trunk/auto-reply

Show
Ignore:
Timestamp:
02/22/00 12:47:11 (9 years ago)
Author:
graham
Message:

New event description embedded in the daemon

Location:
trunk/auto-reply
Files:
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/acinclude.m4

    r962 r1124  
    517517#  -- PORTME fill in with the dynamic library characteristics 
    518518AC_DEFUN(AC_DEPLIBS_CHECK_METHOD, 
    519 [AC_CACHE_CHECK([how to recognise dependant libraries],  
     519[AC_CACHE_CHECK([how to recognise dependant libraries], 
    520520lt_cv_deplibs_check_method, 
    521521[lt_cv_file_magic_cmd='$FILE' 
     
    537537  lt_cv_deplibs_check_method=pass_all 
    538538  ;; 
    539    
     539 
    540540bsdi4*) 
     541  changequote(,)dnl 
    541542  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 
     543  changequote([, ])dnl 
    542544  lt_cv_file_magic_test_file=/shlib/libc.so 
    543   ;;   
     545  ;; 
    544546 
    545547cygwin* | mingw*) 
     
    549551 
    550552freebsd*) 
    551   case "$version_type" in 
    552   freebsd-elf*) 
    553     lt_cv_deplibs_check_method=pass_all 
    554     ;; 
    555   esac 
    556553  lt_cv_deplibs_check_method=pass_all 
    557554  ;; 
    558    
     555 
    559556gnu*) 
    560557  lt_cv_deplibs_check_method=pass_all 
    561558  ;; 
    562    
     559 
    563560irix5* | irix6*) 
    564561  case "$host_os" in 
     
    575572    esac 
    576573    # this will be overridden with pass_all, but let us keep it just in case 
     574    changequote(,)dnl 
    577575    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 
     576    changequote([, ])dnl 
    578577    ;; 
    579578  esac 
     
    589588  *) 
    590589    # glibc up to 2.1.1 does not perform some relocations on ARM 
     590    changequote(,)dnl 
    591591    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 
     592    changequote([, ])dnl 
    592593  esac 
    593594  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 
     
    604605  lt_cv_deplibs_check_method=pass_all 
    605606  ;; 
    606    
     607 
    607608solaris*) 
    608609  lt_cv_deplibs_check_method=pass_all 
     
    616617    ;; 
    617618  motorola) 
     619    changequote(,)dnl 
    618620    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' 
     621    changequote([, ])dnl 
    619622    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 
    620623    ;; 
  • trunk/auto-reply/src/autoreply.cpp

    r1123 r1124  
    1818#include "file.h" 
    1919#include "user.h" 
    20 #include "eventdesc.h" 
    2120#include "constants.h" 
    2221 
  • trunk/auto-reply/src/Makefile.am

    r891 r1124  
    66INCLUDES = -Wall -fno-rtti -fno-exceptions -I$(srcdir) -I$(licq_incdir) 
    77 
    8 noinst_HEADERS = autoreply.h eventdesc.h 
     8noinst_HEADERS = autoreply.h 
    99 
    1010lib_LTLIBRARIES = licq_autoreply.la 
    1111 
    12 licq_autoreply_la_SOURCES = autoreply.cpp eventdesc.cpp main.cpp 
     12licq_autoreply_la_SOURCES = autoreply.cpp main.cpp 
    1313 
    1414licq_autoreply_la_LDFLAGS = -s -module -avoid-version -rpath $(plugindir)