Changeset 1124 for trunk/auto-reply
- Timestamp:
- 02/22/00 12:47:11 (9 years ago)
- Location:
- trunk/auto-reply
- Files:
-
- 2 removed
- 3 modified
-
acinclude.m4 (modified) (7 diffs)
-
src/autoreply.cpp (modified) (1 diff)
-
src/eventdesc.cpp (deleted)
-
src/eventdesc.h (deleted)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/acinclude.m4
r962 r1124 517 517 # -- PORTME fill in with the dynamic library characteristics 518 518 AC_DEFUN(AC_DEPLIBS_CHECK_METHOD, 519 [AC_CACHE_CHECK([how to recognise dependant libraries], 519 [AC_CACHE_CHECK([how to recognise dependant libraries], 520 520 lt_cv_deplibs_check_method, 521 521 [lt_cv_file_magic_cmd='$FILE' … … 537 537 lt_cv_deplibs_check_method=pass_all 538 538 ;; 539 539 540 540 bsdi4*) 541 changequote(,)dnl 541 542 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 543 changequote([, ])dnl 542 544 lt_cv_file_magic_test_file=/shlib/libc.so 543 ;; 545 ;; 544 546 545 547 cygwin* | mingw*) … … 549 551 550 552 freebsd*) 551 case "$version_type" in552 freebsd-elf*)553 lt_cv_deplibs_check_method=pass_all554 ;;555 esac556 553 lt_cv_deplibs_check_method=pass_all 557 554 ;; 558 555 559 556 gnu*) 560 557 lt_cv_deplibs_check_method=pass_all 561 558 ;; 562 559 563 560 irix5* | irix6*) 564 561 case "$host_os" in … … 575 572 esac 576 573 # this will be overridden with pass_all, but let us keep it just in case 574 changequote(,)dnl 577 575 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 576 changequote([, ])dnl 578 577 ;; 579 578 esac … … 589 588 *) 590 589 # glibc up to 2.1.1 does not perform some relocations on ARM 590 changequote(,)dnl 591 591 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 592 changequote([, ])dnl 592 593 esac 593 594 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` … … 604 605 lt_cv_deplibs_check_method=pass_all 605 606 ;; 606 607 607 608 solaris*) 608 609 lt_cv_deplibs_check_method=pass_all … … 616 617 ;; 617 618 motorola) 619 changequote(,)dnl 618 620 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 619 622 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 620 623 ;; -
trunk/auto-reply/src/autoreply.cpp
r1123 r1124 18 18 #include "file.h" 19 19 #include "user.h" 20 #include "eventdesc.h"21 20 #include "constants.h" 22 21 -
trunk/auto-reply/src/Makefile.am
r891 r1124 6 6 INCLUDES = -Wall -fno-rtti -fno-exceptions -I$(srcdir) -I$(licq_incdir) 7 7 8 noinst_HEADERS = autoreply.h eventdesc.h8 noinst_HEADERS = autoreply.h 9 9 10 10 lib_LTLIBRARIES = licq_autoreply.la 11 11 12 licq_autoreply_la_SOURCES = autoreply.cpp eventdesc.cppmain.cpp12 licq_autoreply_la_SOURCES = autoreply.cpp main.cpp 13 13 14 14 licq_autoreply_la_LDFLAGS = -s -module -avoid-version -rpath $(plugindir)
