- Timestamp:
- 03/14/00 19:16:41 (9 years ago)
- Location:
- trunk/email
- Files:
-
- 3 modified
-
acinclude.m4.in (modified) (2 diffs)
-
configure.in (modified) (2 diffs)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/email/acinclude.m4.in
r1225 r1327 39 39 [ 40 40 AC_MSG_CHECKING([for licq header files]) 41 42 AC_FIND_FILE(licq_icqd.h, "../../src/inc", licq_inc)41 42 AC_FIND_FILE(licq_icqd.h, [../../src/inc], licq_inc) 43 43 if test "$licq_inc" = no; then 44 44 have_licq_inc=no … … 55 55 ]) 56 56 57 dnl Check if it is possible to turn off run time type information (RTTI) 58 AC_DEFUN(LICQ_CXX_FLAGS, 59 [AC_CACHE_CHECK(whether ${CXX-g++} accepts -fno-rtti -fno-exceptions, ac_cv_prog_cxx_fno_rtti, 60 [echo 'void f(){}' > conftest.cc 61 if test -z "`${CXX-g++} -fno-rtti -fno-exceptions -c conftest.cc 2>&1`"; then 62 ac_cv_prog_cxx_fno_rtti=yes 63 CXXFLAGS="${CXXFLAGS} -fno-rtti -fno-exceptions" 64 else 65 ac_cv_prog_cxx_fno_rtti=no 66 fi 67 rm -f conftest* 68 ])]) -
trunk/email/configure.in
r1225 r1327 23 23 AC_PROG_CXX 24 24 AC_PROG_CXXCPP 25 LICQ_CXX_FLAGS 25 26 AC_ISC_POSIX 26 27 AC_PROG_MAKE_SET … … 47 48 You must unpack this archive into the plugins/ directory off of the 48 49 main Licq source tree. In other words, we should be in 49 /some/dir/licq-0.xx/plugins/ forwarder-0.xx right now.50 /some/dir/licq-0.xx/plugins/email-0.xx right now. 50 51 ]) 51 52 fi -
trunk/email/src/Makefile.am
r1125 r1327 5 5 6 6 7 INCLUDES = -Wall - fno-rtti -fno-exceptions -I$(srcdir) -I$(licq_incdir)7 INCLUDES = -Wall -I$(srcdir) -I$(licq_incdir) 8 8 9 9 noinst_HEADERS = forwarder.h
