configure.ac
branchstable-1.5
changeset 2526 2eff7c993a63
parent 2514 e2257824c563
child 2532 bdadf6da4914
child 2549 933a1b36b05f
equal deleted inserted replaced
2525:4c2e37d2237c 2526:2eff7c993a63
    29 
    29 
    30 AC_PREREQ(2.59)
    30 AC_PREREQ(2.59)
    31 
    31 
    32 #
    32 #
    33 # Release procedure
    33 # Release procedure
    34 # - Update version number below
    34 # - Update Ethernet drivers up to release kernel version
    35 # - Write NEWS entry with changes since last release
    35 # - Write NEWS entry with changes since last release
    36 # - Check for complete Doxygen comments
    36 # - Check for complete Doxygen comments
    37 # - Update version number in documentation
    37 # - Update version number in documentation
    38 # - Update the ChangeLog
    38 # - Update the ChangeLog -> hg log -bstable-1.5 --style=changelog > ChangeLog
    39 #
    39 # - Update version number below
    40 AC_INIT([ethercat],[1.5.1],[fp@igh-essen.com])
    40 # - make dist-bzip2
       
    41 #
       
    42 AC_INIT([ethercat],[1.5.2],[fp@igh-essen.com])
    41 AC_CONFIG_AUX_DIR([autoconf])
    43 AC_CONFIG_AUX_DIR([autoconf])
    42 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
    44 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
    43 AC_PREFIX_DEFAULT([/opt/etherlab])
    45 AC_PREFIX_DEFAULT([/opt/etherlab])
    44 AC_CONFIG_HEADERS([config.h])
    46 AC_CONFIG_HEADERS([config.h])
    45 AC_CONFIG_SRCDIR([config.h.in])
    47 AC_CONFIG_SRCDIR([config.h.in])