autoconf: rm AC_REQUIRE(AC_PROG_CC) and more warnings

We're getting closer to these macros actually working!! 😻

The generated ./configure now runs without any errors, but it looks like
it's time to set my sights on de-crustifying the Automake stuffs...
This commit is contained in:
Andrea Rogers 2024-06-28 20:17:54 -05:00
parent d588aca777
commit 8af7cee4a8
3 changed files with 4 additions and 8 deletions

View file

@ -64,8 +64,6 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_REQUIRE(AC_PROG_CC)
dnl Checks for header files.
AC_CHECK_HEADERS(unistd.h fcntl.h termios.h sys/ioctl.h)

View file

@ -21,7 +21,7 @@ dnl $Id: configure.in,v 1.5 1998/04/11 08:27:12 rob Exp $
dnl
AC_INIT(libhfs.h)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(config.h)
AC_ARG_ENABLE(debug,
[ --enable-debug enable diagnostic debugging support])
@ -41,7 +41,6 @@ AC_PROG_LN_S
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h fcntl.h)
dnl Checks for typedefs, structures, and compiler characteristics.
@ -58,4 +57,4 @@ AC_CHECK_FUNCS(mktime)
dnl Create output files.
AC_OUTPUT(Makefile)
AC_OUTPUT

View file

@ -21,7 +21,7 @@ dnl $Id: configure.in,v 1.5 1998/04/11 08:27:18 rob Exp $
dnl
AC_INIT(librsrc.h)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(config.h)
AC_ARG_ENABLE(debug,
[ --enable-debug enable diagnostic debugging support])
@ -40,7 +40,6 @@ AC_PROG_RANLIB
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h fcntl.h)
dnl Checks for typedefs, structures, and compiler characteristics.
@ -57,4 +56,4 @@ AC_CHECK_FUNCS(mktime)
dnl Create output files.
AC_OUTPUT(Makefile)
AC_OUTPUT