##// END OF EJS Templates
Added RTS and CTS signal handing, saffer read and write functions....
Added RTS and CTS signal handing, saffer read and write functions. Changed to 2.0.0 version!

File last commit:

r26:c194258da26a alexis
r26:c194258da26a alexis
Show More
configure.ac
30 lines | 884 B | application/pkix-attr-cert | TextLexer
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
Win/Unix portability completed, need to be tested.
r5 AC_PREREQ([2.67])
jeandet@pc-de-jeandet3.lab-lpp.local
Added RTS and CTS signal handing, saffer read and write functions....
r26 AC_INIT([librs232],[2.0.0],[alexis.jeandet@lpp.polytechnique.fr],[rs232],[http://www.lpp.fr])
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
Win/Unix portability completed, need to be tested.
r5 AM_INIT_AUTOMAKE([1.10 -Wall foreign])
AC_CONFIG_MACRO_DIR([m4])
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 # Checks for programs.
yannic
Included Config file for setup.
r7 AC_CONFIG_HEADERS([src/rs232config.h])
Use Autotools and libtools now /!\ unstable, Win port not ready
r3
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
fixed some read bugs (under windows)
r8 AC_PROG_CC
AM_PROG_CC_STDC
AC_C_CONST
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
#LT_INIT
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 #AC_PROG_MAKE_SET
# Checks for libraries.
# Checks for header files.
jeandet@pc-de-jeandet3.lab-lpp.local
Added RTS and CTS signal handing, saffer read and write functions....
r26 AC_CHECK_HEADERS([stdio.h string.h fcntl.h errno.h unistd.h termios.h termio.h windows.h])
Use Autotools and libtools now /!\ unstable, Win port not ready
r3
jeandet@pc-de-jeandet3.lab-lpp.local
Added RTS and CTS signal handing, saffer read and write functions....
r26 AC_SUBST([RS232_SO_VERSION], [2:0:0])
AC_SUBST([RS232_API_VERSION], [2.0])
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 # Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_CONFIG_FILES([Makefile src/Makefile rs232-${RS232_API_VERSION}.pc:rs232.pc.in])
AC_OUTPUT