Commit d15c82b2b263b80582005f9009247414a6d986f6

Authored by Stéphane Raimbault
1 parent e3f2c133

Re-enabled silent rules, disabled by error in previous commit

Showing 1 changed file with 1 additions and 1 deletions
configure.ac
@@ -28,7 +28,7 @@ AC_CONFIG_SRCDIR([src/modbus.c]) @@ -28,7 +28,7 @@ AC_CONFIG_SRCDIR([src/modbus.c])
28 AC_CONFIG_HEADERS([config.h]) 28 AC_CONFIG_HEADERS([config.h])
29 AM_INIT_AUTOMAKE([foreign]) 29 AM_INIT_AUTOMAKE([foreign])
30 # enable nice build output on automake1.11 30 # enable nice build output on automake1.11
31 -#m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) 31 +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
32 32
33 LIBMODBUS_VERSION_MAJOR=libmodbus_version_major 33 LIBMODBUS_VERSION_MAJOR=libmodbus_version_major
34 LIBMODBUS_VERSION_MINOR=libmodbus_version_minor 34 LIBMODBUS_VERSION_MINOR=libmodbus_version_minor