|
From: stephan b. <sg...@us...> - 2004-05-31 19:52:16
|
Update of /cvsroot/qub/readline_cpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14663 Added Files: configure.libreadline_cpp LICENSE.libreadline_cpp toc.libreadline_cpp.make.at Log Message: egg --- NEW FILE: configure.libreadline_cpp --- #!/do/not/bash # configure script for the eshell project toc_test check_dist_md5s toc_test user_is_stephan_beal toc_test_require gnu_cpp_tools toc_test_require gcc_try_compile toc/tests/cpp/check_stl_newstyle.cpp configure_enable_gpl=0 toc_test readline test 1 = ${configure_with_libreadline} && configure_enable_gpl=1 licensedesc="Public Domain" test 1 = $configure_enable_gpl && { cat <<EOF Enabling optional GPL-powered support. This means that this package is now maintained under the terms of the GNU General Public License. Use --without-libreadline to explicitely disable this. EOF licensedesc="GNU General Public License. Copyright (c) 2002-2003 stephan beal <st...@s1...>." } toc_add_config PACKAGE_LICENSE="$licensedesc" ############################ PACKAGE_NAME-config toc_test_require PACKAGE_NAME-config \ PACKAGE_PREFIX=LIBREADLINECPP_ \ CLIENT_LDADD="${LIBREADLINE_LDADD} -L${prefix}/lib -lreadline_cpp" \ CLIENT_INCLUDES="-I${prefix}/include" ############################ /PACKAGE_NAME-config toc_test_require atfilter_file src/Readline_config.hpp.at src/Readline_config.hpp toc_test_require toc_project_makefile --- NEW FILE: LICENSE.libreadline_cpp --- This is the LICENSE file for libreadline++. The license this source is released under depends on whether or not is is linked with GNU libreadline. If so, then this library is released under the GNU GPL. If it is configured using --without-libreadline, that support is disabled and it is released into the Public Domain. For purposes of the GPL, this library is Copyright (c) 2002-2004 stephan beal (st...@s1...). --- NEW FILE: toc.libreadline_cpp.make.at --- #!/do/not/make #^^^ only to help emacs out. configure_with_libreadline = @configure_with_libreadline@ INSTALL_HEADERS_DEST = $(prefix)/include/s11n.net/readline CLEAN_FILES += $(wildcard *.o *~) |