Changeset 675 for trunk/configure.ac
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r619 r675 7 7 # Copyright (C) 2006 Jari Häkkinen 8 8 # 9 # This file is part of the thep c++ tools library, 10 # http://lev.thep.lu.se/trac/c++_tools 9 # This file is part of the yat library, http://lev.thep.lu.se/trac/yat 11 10 # 12 # The c++ toolslibrary is free software; you can redistribute it11 # The yat library is free software; you can redistribute it 13 12 # and/or modify it under the terms of the GNU General Public License as 14 13 # published by the Free Software Foundation; either version 2 of the 15 14 # License, or (at your option) any later version. 16 15 # 17 # The c++library is distributed in the hope that it will be useful,16 # The yat library is distributed in the hope that it will be useful, 18 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 19 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 33 32 34 33 AC_PREREQ(2.57) 35 AC_INIT([[ c++_tools]],[0.1],[jari@thep.lu.se])36 AC_CONFIG_SRCDIR([ c++_tools/utility/matrix.h])34 AC_INIT([[yat]],[0.1],[jari@thep.lu.se]) 35 AC_CONFIG_SRCDIR([yat/utility/matrix.h]) 37 36 AC_CONFIG_AUX_DIR([autotools]) 38 37 AC_PREFIX_DEFAULT([/usr/local]) … … 78 77 AC_SUBST(MATH_LIB) 79 78 80 # c++_tools specific settings 81 82 CPP_TOOLS_LIB="libc++_tools.la" 83 CPP_TOOLS_LIB_LOCATION="c++_tools" 84 CPP_TOOLS_HEADER_LOCATION="c++_tools" 85 AC_SUBST(CPP_TOOLS_LIB) 86 AC_SUBST(CPP_TOOLS_LIB_LOCATION) 87 AC_SUBST(CPP_TOOLS_HEADER_LOCATION) 79 # yat specific settings 80 YAT_LIB="libyat.la" 81 YAT_LIB_LOCATION="yat" 82 AC_SUBST(YAT_LIB) 83 AC_SUBST(YAT_LIB_LOCATION) 88 84 89 85 AC_CONFIG_FILES([Makefile 90 c++_tools/Makefile91 c++_tools/random/Makefile92 c++_tools/utility/Makefile93 c++_tools/statistics/Makefile94 c++_tools/classifier/Makefile86 yat/Makefile 87 yat/random/Makefile 88 yat/utility/Makefile 89 yat/statistics/Makefile 90 yat/classifier/Makefile 95 91 doc/Makefile 96 92 test/Makefile])
Note: See TracChangeset
for help on using the changeset viewer.