Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6464d99d20d9e4df74bc0430e4d9122cf4458220

commit 6464d99d20d9e4df74bc0430e4d9122cf4458220
Author: Michel Hermier <[email protected]>
Date:   Mon Jan 20 10:49:18 2014 +0100

autotools.sh: New helper script.

diff --git a/source/include/autotools.sh b/source/include/autotools.sh
new file mode 100644
index 0000000..d89eccbf
--- /dev/null
+++ b/source/include/autotools.sh
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+###
+# = autotools.sh(3)
+# Michel Hermier <[email protected]>
+#
+# == NAME
+# atutotools.sh - for Frugalware
+#
+# == SYNOPSIS
+# Common autotools invocations and fixes.
+#
+# == EXAMPLE
+# --------------------------------------------------
+# --------------------------------------------------
+#
+# == OPTIONS
+###
+# General variables
+###
+
+###
+# == PROVIDED FUNCTIONS
+# * Fautotools_fixes: Fix common autotools problems.
+###
+
+Fautotools_fixes() {
+       Fcd
+       Fsed 'AM_CONFIG_HEADER' 'AC_CONFIG_HEADERS' ./configure.ac 
./configure.in
+}
+
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to