diff options
| author | Vincent Richard <[email protected]> | 2005-08-25 21:25:45 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-08-25 21:25:45 +0000 |
| commit | 5d18fce959ea74f99a8683c944c96881b2365bb2 (patch) | |
| tree | d35b9177115606eedd84bbc64eb11aa21ca72878 /tests/lib/unit++/configure.ac | |
| parent | Fixed undefined symbol 'UNSPECIFIED_PORT'. (diff) | |
| download | vmime-5d18fce959ea74f99a8683c944c96881b2365bb2.tar.gz vmime-5d18fce959ea74f99a8683c944c96881b2365bb2.zip | |
Moved to CppUnit for unit tests framework.
Diffstat (limited to 'tests/lib/unit++/configure.ac')
| -rw-r--r-- | tests/lib/unit++/configure.ac | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/lib/unit++/configure.ac b/tests/lib/unit++/configure.ac deleted file mode 100644 index e08be85a..00000000 --- a/tests/lib/unit++/configure.ac +++ /dev/null @@ -1,32 +0,0 @@ -# Process this file with autoconf to produce a configure script. -AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) -AC_LANG(C++) -AC_CONFIG_SRCDIR([Test_optmap.cc]) -AC_ARG_WITH(qt, AC_HELP_STRING([--with-qt], [use Qt gui (default no)]), - [ac_use_qt=yes], [ac_use_qt=no]) - -# Checks for programs. -AC_PROG_CXX -# AC_PROG_INSTALL - -# Checks for libraries. -if test "$ac_use_qt" = yes; then - AC_PATH_QT - AC_DEFINE([GUI]) - gui_vars='$(gui_objs)' - gui_docsrc='$(gui_docsrc)' - qt_lib='-lqt' -fi -AC_SUBST(gui_vars) -AC_SUBST(gui_docsrc) -AC_SUBST(qt_lib) - -# Checks for header files. -AC_CHECK_HEADERS([sstream]) - -# Checks for typedefs, structures, and compiler characteristics. - -# Checks for library functions. - -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT |
