Changeset 675 for trunk/configure.ac


Ignore:
Timestamp:
Oct 10, 2006, 2:08:45 PM (17 years ago)
Author:
Jari Häkkinen
Message:

References #83. Changing project name to yat. Compilation will fail in this revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r619 r675  
    77# Copyright (C) 2006 Jari Häkkinen
    88#
    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
    1110#
    12 # The c++ tools library is free software; you can redistribute it
     11# The yat library is free software; you can redistribute it
    1312# and/or modify it under the terms of the GNU General Public License as
    1413# published by the Free Software Foundation; either version 2 of the
    1514# License, or (at your option) any later version.
    1615#
    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,
    1817# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1918# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     
    3332
    3433AC_PREREQ(2.57)
    35 AC_INIT([[c++_tools]],[0.1],[jari@thep.lu.se])
    36 AC_CONFIG_SRCDIR([c++_tools/utility/matrix.h])
     34AC_INIT([[yat]],[0.1],[jari@thep.lu.se])
     35AC_CONFIG_SRCDIR([yat/utility/matrix.h])
    3736AC_CONFIG_AUX_DIR([autotools])
    3837AC_PREFIX_DEFAULT([/usr/local])
     
    7877AC_SUBST(MATH_LIB)
    7978
    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
     80YAT_LIB="libyat.la"
     81YAT_LIB_LOCATION="yat"
     82AC_SUBST(YAT_LIB)
     83AC_SUBST(YAT_LIB_LOCATION)
    8884
    8985AC_CONFIG_FILES([Makefile
    90      c++_tools/Makefile
    91      c++_tools/random/Makefile
    92      c++_tools/utility/Makefile
    93      c++_tools/statistics/Makefile
    94      c++_tools/classifier/Makefile
     86     yat/Makefile
     87     yat/random/Makefile
     88     yat/utility/Makefile
     89     yat/statistics/Makefile
     90     yat/classifier/Makefile
    9591     doc/Makefile
    9692     test/Makefile])
Note: See TracChangeset for help on using the changeset viewer.