File oto-0.5-autoconf.patch of Package oto
Index: oto-0.5/configure.ac =================================================================== --- oto-0.5.orig/configure.ac +++ oto-0.5/configure.ac @@ -1,30 +1,19 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([oto], [0.5]) +AC_INIT([oto],[0.5]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC AC_PROG_INSTALL -AM_DISABLE_STATIC -AM_PROG_LIBTOOL - # Checks for libraries. # Checks for header files. -AC_HEADER_STDC -AC_CHECK_HEADERS([stdint.h]) -if test "x$ac_cv_header_stdc" = "xno"; then - AC_MSG_ERROR([*** The required stdc header files not found.]) -fi - -if test "x$ac_cv_header_stdint" = "xno"; then - AC_MSG_ERROR([*** The required stdint.h header files not found.]) -fi +AC_CHECK_HEADERS([stdint.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST