mirror of
https://salsa.debian.org/ha-team/libqb
synced 2025-08-26 05:57:31 +00:00

Various "configure" commits by wferi recently introduced new compat/custom m4 macro files in m4 directory, which itself was, so far, assumed ephemeral (not strictly needed for reproducing the build successfully, i.e., bits that can be completely purged when cutting down the project files to the bone). Apparently, this assumption no longer holds so several places need to be adapted. Amonst others, m4 directory no longer needs to be reinsured in autogen.sh, and special care must be taken with .gitignore and maintainer-clean-local target of the main Makafile. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
4 lines
119 B
Bash
Executable File
4 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
# Run this to generate all the initial makefiles, etc.
|
|
autoreconf -i -v && echo Now run ./configure and make
|