summaryrefslogtreecommitdiffhomepage
path: root/vars/tdnf.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/tdnf.vars')
-rw-r--r--vars/tdnf.vars9
1 files changed, 9 insertions, 0 deletions
diff --git a/vars/tdnf.vars b/vars/tdnf.vars
new file mode 100644
index 00000000..f3b53f3c
--- /dev/null
+++ b/vars/tdnf.vars
@@ -0,0 +1,9 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+pkg_tdnf_configure_autotools_pre() {
+ autoreconf -iv;
+};
+
+# vim:filetype=sh