mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-05-26 23:26:18 +00:00
Fix stupid mistake in autogen.sh. MacOSX users can now run ./configure without problem.
Add ChangeLog information for next release.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -0,0 +1,13 @@
|
|||||||
|
Jul 22, 2009 - 1.1.1
|
||||||
|
- License changed from GPLv3 to LGPLv3
|
||||||
|
- ARYGON ADRA-USB/ADRB-USB reader support
|
||||||
|
- PN533 support
|
||||||
|
- C99 standard (all custom defined types have been renamed)
|
||||||
|
- Autotoolized for GNU/Linux, *BSD
|
||||||
|
- nfc tools (emulate, relay, list, mftool) are now prefixed by nfc in GNU/Linux and *BSD
|
||||||
|
|
||||||
|
Mar 27, 2009 - 1.1.0
|
||||||
|
- Next generation, support for ACR122v2 and PN531 USB devices
|
||||||
|
|
||||||
|
Feb 12, 2009 - 1.0.0
|
||||||
|
- Initial release
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ FreeBSD)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
|
echo "Running aclocal..." ; aclocal $ACLOCAL_ARGS || exit 1
|
||||||
echo "Running autoheader..." ; autoheader || exit 1
|
echo "Running autoheader..." ; autoheader || exit 1
|
||||||
echo "Running autoconf..." ; autoconf || exit 1
|
echo "Running autoconf..." ; autoconf || exit 1
|
||||||
echo "Running libtoolize..." ; $LIBTOOLIZE --copy --automake || exit 1
|
echo "Running libtoolize..." ; $LIBTOOLIZE --copy --automake || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user