configure.ac
branchstable-1.5
changeset 2378 ca345abf0565
parent 2376 97ec7e18412e
parent 2276 ffb3c5a4f7be
child 2384 b068951506d9
equal deleted inserted replaced
2377:aa0f6f939cb3 2378:ca345abf0565
     1 #------------------------------------------------------------------------------
     1 #------------------------------------------------------------------------------
     2 #
     2 #
     3 #  $Id$
     3 #  $Id$
     4 #
     4 #
     5 #  Copyright (C) 2006-2009  Florian Pose, Ingenieurgemeinschaft IgH
     5 #  Copyright (C) 2006-2012  Florian Pose, Ingenieurgemeinschaft IgH
     6 #
     6 #
     7 #  This file is part of the IgH EtherCAT Master.
     7 #  This file is part of the IgH EtherCAT Master.
     8 #
     8 #
     9 #  The IgH EtherCAT Master is free software; you can redistribute it and/or
     9 #  The IgH EtherCAT Master is free software; you can redistribute it and/or
    10 #  modify it under the terms of the GNU General Public License version 2, as
    10 #  modify it under the terms of the GNU General Public License version 2, as
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    27 #
    27 #
    28 #------------------------------------------------------------------------------
    28 #------------------------------------------------------------------------------
    29 
    29 
    30 AC_PREREQ(2.59)
    30 AC_PREREQ(2.59)
    31 AC_INIT([ethercat],[1.5-pre],[fp@igh-essen.com])
    31 AC_INIT([ethercat],[1.5.1],[fp@igh-essen.com])
    32 AC_CONFIG_AUX_DIR([autoconf])
    32 AC_CONFIG_AUX_DIR([autoconf])
    33 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
    33 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
    34 AC_PREFIX_DEFAULT([/opt/etherlab])
    34 AC_PREFIX_DEFAULT([/opt/etherlab])
    35 AC_CONFIG_HEADERS([config.h])
    35 AC_CONFIG_HEADERS([config.h])
    36 AC_CONFIG_SRCDIR([config.h.in])
    36 AC_CONFIG_SRCDIR([config.h.in])