From: Baptiste Daroussin Date: Fri, 2 Dec 2022 14:09:27 +0000 (+0100) Subject: Release 1.4.0.a1 X-Git-Tag: RELEASE_1_4_0a1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8934db3bd4eddd5f6a93b51baaa419e43c4a16d;p=thirdparty%2Fmlmmj.git Release 1.4.0.a1 --- diff --git a/Makefile.am b/Makefile.am index d0ef7a8b..ba436f34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign dist-xz -EXTRA_DIST = include VERSION LICENSE UPGRADE FAQ \ +EXTRA_DIST = include LICENSE UPGRADE FAQ \ TUNABLES README.access README.archives README.listtexts man \ README.exim4 README.sendmail README.security README.qmail \ README.postfix README.footers diff --git a/VERSION b/VERSION deleted file mode 100644 index f0bb29e7..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.3.0 diff --git a/configure.ac b/configure.ac index f6b47b22..36b67bc3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(mlmmj, esyscmd([tr -d '\n' < VERSION]), maintainer@mlmmj.org) +AC_INIT([mlmmj],[1.4.0.a1],[bapt@freebsd.org]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([src/mlmmj-receive.c]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC @@ -18,7 +18,9 @@ AC_CHECK_LIB(nsl,gethostbyname) AC_CHECK_LIB(iconv,iconv_open) # Checks for header files. -AC_HEADER_STDC +AC_CHECK_INCLUDES_DEFAULT +AC_PROG_EGREP + AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stddef.h stdlib.h string.h]) AC_CHECK_HEADERS([sys/socket.h syslog.h unistd.h time.h]) AC_CHECK_HEADER([iconv.h])