configure.ac
branchstable-1.5
changeset 2514 e2257824c563
parent 2509 232831b6249b
child 2526 2eff7c993a63
equal deleted inserted replaced
2513:e60c68f33e4f 2514:e2257824c563
    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 
       
    32 #
       
    33 # Release procedure
       
    34 # - Update version number below
       
    35 # - Write NEWS entry with changes since last release
       
    36 # - Check for complete Doxygen comments
       
    37 # - Update version number in documentation
       
    38 # - Update the ChangeLog
       
    39 #
    31 AC_INIT([ethercat],[1.5.1],[fp@igh-essen.com])
    40 AC_INIT([ethercat],[1.5.1],[fp@igh-essen.com])
    32 AC_CONFIG_AUX_DIR([autoconf])
    41 AC_CONFIG_AUX_DIR([autoconf])
    33 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
    42 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
    34 AC_PREFIX_DEFAULT([/opt/etherlab])
    43 AC_PREFIX_DEFAULT([/opt/etherlab])
    35 AC_CONFIG_HEADERS([config.h])
    44 AC_CONFIG_HEADERS([config.h])