From: Michael Orlitzky Date: Mon, 8 Feb 2021 18:01:22 +0000 (-0500) Subject: configure.ac.in: drop AIX/ISC UNIX checks. X-Git-Tag: v1.0.3~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=1bcec4768bf69a603111b346089a3c1101fedf45 configure.ac.in: drop AIX/ISC UNIX checks. I don't know what these did, and they've been removed from the sample panel plugin, so I'm removing them too. --- diff --git a/configure.ac.in b/configure.ac.in index c019b70..77d4466 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -23,11 +23,11 @@ AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE() m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -dnl ******************************* -dnl *** Check for UNIX variants *** -dnl ******************************* -AC_AIX() -AC_ISC_POSIX() +dnl ************************** +dnl *** Initialize libtool *** +dnl ************************** +LT_PREREQ([2.2.6]) +LT_INIT([disable-static]) dnl ******************************** dnl *** Check for basic programs *** @@ -38,12 +38,6 @@ AC_PROG_LD() AC_PROG_INSTALL() IT_PROG_INTLTOOL([0.35.0]) -dnl ************************** -dnl *** Initialize libtool *** -dnl ************************** -LT_PREREQ([2.2.6]) -LT_INIT([disable-static]) - dnl ********************************** dnl *** Check for standard headers *** dnl **********************************