Commit 887a294646163e526c76effa98a9ed313ef39869

Authored by Stéphane Raimbault
1 parent 87113d7a

Automake 1.11 isn't required

Showing 1 changed file with 1 additions and 1 deletions
configure.ac
... ... @@ -26,7 +26,7 @@ AC_PREREQ(2.63)
26 26 AC_INIT([libmodbus],[mb_version],[stephane.raimbault@gmail.com])
27 27 AC_CONFIG_SRCDIR([modbus/modbus.c])
28 28 AC_CONFIG_HEADERS([config.h])
29   -AM_INIT_AUTOMAKE([1.11 foreign])
  29 +AM_INIT_AUTOMAKE([foreign])
30 30 # enable nice build output on automake1.11
31 31 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
32 32  
... ...