1
0
mirror of https://git.dpkg.org/git/dpkg/debsig-verify.git synced 2025-04-03 17:55:21 +00:00
Files
debsig-verify/autogen
Guillem Jover 6585cf0e02 build: Detect compiler flags availability at build-time
This makes the code more portable, and means we can enable flags not
supported by all compilers, such as gcc or clang specific ones.

Partially import dpkg-compiler.m4 from dpkg, eventually either this
package will be merged into dpkg proper, or libdpkg-dev will provide
those m4 macros.
2018-04-28 15:13:46 +02:00

6 lines
57 B
Bash
Executable File

#!/bin/sh
set -e
autoreconf -f -i
rm -rf autom4te.cache