Skip to content

Commit

Permalink
Fix m4 warnings from autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Nov 12, 2012
1 parent 04cf79d commit c83fd17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
@@ -1,4 +1,6 @@
EXTRA_DIST = MIGRATION README.rst libmodbus.spec
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = src doc tests

pkgconfigdir = $(libdir)/pkgconfig
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -28,6 +28,7 @@ AC_CONFIG_HEADERS([config.h tests/unit-test.h])
AM_INIT_AUTOMAKE([foreign])
# enable nice build output on automake1.11
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])

LIBMODBUS_VERSION_MAJOR=libmodbus_version_major
LIBMODBUS_VERSION_MINOR=libmodbus_version_minor
Expand Down
5 changes: 5 additions & 0 deletions m4/.gitignore
@@ -0,0 +1,5 @@
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4

0 comments on commit c83fd17

Please sign in to comment.