configure.ac
branchredundancy
changeset 2348 abb390ec7c4a
parent 2330 849d250e6a4c
child 2352 4687997c7c73
equal deleted inserted replaced
2347:57edafd8fec2 2348:abb390ec7c4a
     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.0],[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])