##// END OF EJS Templates
Port enumeration Works on linux
Port enumeration Works on linux

File last commit:

r34:981d3945a0ec alexis
r34:981d3945a0ec alexis
Show More
configure.ac
35 lines | 955 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
removed config file refenrence in headers. -> cleaner install
r31 AC_INIT([librs232],[2.1.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
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Port enumeration Works on linux
r34 AC_PROG_INSTALL
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
fixed some read bugs (under windows)
r8 AC_C_CONST
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Port enumeration Works on linux
r34 AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_RANLIB
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
fixed some read bugs (under windows)
r8 #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
Port enumeration Works on linux
r34 AC_CHECK_HEADERS([stdio.h string.h fcntl.h errno.h unistd.h termios.h termio.h dirent.h windows.h])
Use Autotools and libtools now /!\ unstable, Win port not ready
r3
jeandet@pc-de-jeandet3.lab-lpp.local
removed config file refenrence in headers. -> cleaner install
r31 AC_SUBST([RS232_SO_VERSION], [2:1:0])
AC_SUBST([RS232_API_VERSION], [2.1])
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