diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | libmpuio.m4 | 8 |
3 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,10 @@ +libmpuio-1.0.2 +============== + + LIBS: added LibMPU. + + libmpuio-1.0.1 ============== diff --git a/configure.ac b/configure.ac index b65cd71..bdcfdb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.71]) -AC_INIT([MPUIO Library],[1.0.1],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpuio],[https://radix-linux.su]) +AC_INIT([MPUIO Library],[1.0.2],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpuio],[https://radix-linux.su]) AC_LIBMPUIO_REQUIRE_BASH diff --git a/libmpuio.m4 b/libmpuio.m4 index 72bd2ea..03a22a1 100644 --- a/libmpuio.m4 +++ b/libmpuio.m4 @@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev dnl ============================================================ dnl dnl Synopsis: -dnl AC_CHECK_LIBMPUIO([MIN-VERSION [, # minimum libmpuio version, e.g. 1.0.1 +dnl AC_CHECK_LIBMPUIO([MIN-VERSION [, # minimum libmpuio version, e.g. 1.0.2 dnl DEFAULT-WITH-LIBMPU [, # default value for --with-libmpuop option dnl ACTION-IF-FOUND [, # action to perform if libmpuio was found dnl ACTION-IF-NOT-FOUND # action to perform if libmpuio was not found dnl ]]]]) dnl Examples: -dnl AC_CHECK_LIBMPUIO(1.0.1) -dnl AC_CHECK_LIBMPUIO(1.0.1,,,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO $LIBMPUIO_CFLAGS") -dnl AC_CHECK_LIBMPUIO(1.0.1,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO") +dnl AC_CHECK_LIBMPUIO(1.0.2) +dnl AC_CHECK_LIBMPUIO(1.0.2,,,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO $LIBMPUIO_CFLAGS") +dnl AC_CHECK_LIBMPUIO(1.0.2,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO") dnl dnl dnl If you have to change prefix returned by mpuio-config script or change |
