File kiklib-configure.diff of Package mlterm
--- kiklib/configure.in +++ kiklib/configure.in @@ -1,4 +1,4 @@ -AC_INIT() +AC_INIT(configure.in) AC_CONFIG_HEADER(src/kik_config.h) AC_CONFIG_AUX_DIR(script) @@ -10,6 +10,7 @@ # if --with-libtool is specified, cpp isn't detected. AC_PROG_CPP AC_PROG_INSTALL +AC_HEADER_STDC # # --- libtool --- @@ -31,7 +32,6 @@ # --- Checks for header files --- # # NOTE: if --with-libtool is specified, stdc header isn't detected. -AC_HEADER_STDC AC_CHECK_HEADERS(langinfo.h dlfcn.h dl.h stropts.h sys/stropts.h stdint.h) #