summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[l---------]patches/aumix-2.9.1/autogen.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/patches/aumix-2.9.1/autogen.sh b/patches/aumix-2.9.1/autogen.sh
index 9f8a4cb7d..0c73e2ebf 120000..100755
--- a/patches/aumix-2.9.1/autogen.sh
+++ b/patches/aumix-2.9.1/autogen.sh
@@ -1 +1,8 @@
-../autogen.sh \ No newline at end of file
+#!/bin/bash
+
+set -e
+
+aclocal -Im4
+autoconf -Im4
+automake -f
+