summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2006-01-25 14:02:58 +0000
committerMichael Meeks <michael.meeks@novell.com>2006-01-25 14:02:58 +0000
commitac10217689fb8c90452043657452b590fa1c3f17 (patch)
treeaf8072535c50cced8ce173ccba7ac94cf0127f26 /autogen.sh
parent9eb3f47a043055e174ca5a80302c2e5e2bc4ff5f (diff)
Re-worked version of binutils-bdirect.
* patches/test/binutils-suse-bdirect.diff: re-worked version of binutils-bdirect.diff - with OS/specific section, requires the hashvals patch to work. Also updated to new binutils.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c36d26d33..26452fe57 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,6 +11,10 @@ if test "z$1" = "z--clean"; then
exit 1;
fi
+# autover=`automake --version | sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'`;
+# echo "autover: '$autover'";
+# exit 1;
+
aclocal $ACLOCAL_FLAGS || exit 1;
automake --gnu --add-missing --copy || exit 1;
# intltoolize --copy --force --automake