mirror of
https://git.dpkg.org/git/dpkg/debsig-verify.git
synced 2025-04-03 17:55:21 +00:00
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.
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
autoreconf -f -i
|
|
rm -rf autom4te.cache
|