Changeset 891 for trunk/auto-reply

Show
Ignore:
Timestamp:
01/29/00 03:12:03 (9 years ago)
Author:
dwalker
Message:

don't force to link against libstdc++, libtool should do that for us

Location:
trunk/auto-reply
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/config.h.in

    r794 r891  
    6262#undef HAVE_SYS_TIME_H 
    6363 
    64 /* Define if you have the stdc++ library (-lstdc++).  */ 
    65 #undef HAVE_LIBSTDC__ 
    66  
    6764/* Name of package */ 
    6865#undef PACKAGE 
  • trunk/auto-reply/configure.in

    r829 r891  
    6262AC_LANG_CPLUSPLUS 
    6363 
    64 AC_CHECK_LIB(stdc++, getc,, 
    65   AC_MSG_ERROR(You need to have libstdc++ installed)) 
    6664AC_CHECK_HEADER(vector.h,, 
    6765  AC_MSG_ERROR(You need to have the libstdc++ headers installed)) 
  • trunk/auto-reply/src/Makefile.am

    r794 r891  
    11#HACK, FIXME this in a clean manner 
    2 libdir = $(prefix)/lib/licq/ 
     2libdir = $(prefix)/lib/licq 
    33plugindir = $(libdir) 
    44licq_incdir = @LICQ_INCLUDES@ 
    5  
    65 
    76INCLUDES = -Wall -fno-rtti -fno-exceptions -I$(srcdir) -I$(licq_incdir) 
     
    1413 
    1514licq_autoreply_la_LDFLAGS = -s -module -avoid-version -rpath $(plugindir) 
    16 licq_autoreply_la_LIBADD =  
    1715