## The `autotools` template: a C project with a configure.ac built through ## debhelper's auto-detection (dh runs autoreconf itself when it finds ## configure.ac, debhelper >= 10 — no override needed). The logic half — ## the AC_INIT probe, the skeleton bodies and the gettext detection ## (appended to Build-Depends) — lives in src/new/templates/autotools.rs. ## ## Schema: see src/new/templates/mod.rs. id: autotools label: C/C++ (Autotools) detect: files: [configure.ac] build_depends: - autoconf - automake - libtool architecture: any rules_dh_line: "dh $@" files: []