view modules/maintainer-makefile @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents b5beaade237e
children
line wrap: on
line source

Description:
Helper GNUmakefile with syntax checks, build improvements, etc.
See also readme-release.

Files:
top/maint.mk

Depends-on:
gnumakefile
useless-if-before-free
vc-list-files

configure.ac:
AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER],
  [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])])
AC_REQUIRE([AC_PROG_SED])
AC_REQUIRE([AC_PROG_GREP])

Makefile.am:
EXTRA_DIST += $(top_srcdir)/maint.mk

License:
GPLed build tool

Maintainer:
all