Skip to content

Commit

Permalink
Drop obsolete AC_HEADERs from configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed May 20, 2024
1 parent 32a5fc4 commit ee8388f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([icewm],[3.3.0],
AC_INIT([icewm],[3.5.0],
[https://github.com/bbidulock/icewm/issues],
[icewm],[https://ice-wm.org])
AC_REVISION([3.3.0])
AC_REVISION([3.5.0])

# set better defaults
AC_PREFIX_DEFAULT([/usr])
Expand All @@ -22,10 +22,10 @@ AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_TARGET

DATE='2022-12-20'
DATE='2024-05-20'
AC_SUBST([DATE])

MDOCDATE='December 20, 2022'
MDOCDATE='May 20, 2024'
AC_SUBST([MDOCDATE])

BRANCH='icewm-1-4-BRANCH'
Expand Down Expand Up @@ -125,9 +125,6 @@ esac

# Checks for header files.
AS_BOX([Header Files])
AC_HEADER_STDC
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
AC_PATH_X
AC_PATH_XTRA
AC_CHECK_HEADERS([execinfo.h sched.h sys/sched.h])
Expand All @@ -139,7 +136,6 @@ AC_CHECK_HEADER_STDBOOL
AC_C_INLINE
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_STRUCT_TM

AC_CHECK_SIZEOF(char, 1)
Expand Down

0 comments on commit ee8388f

Please sign in to comment.