smartmontools/smartmontools-5.37-buildfix.patch
2007-10-31 11:47:40 +00:00

13 lines
524 B
Diff

--- smartmontools-5.37/autogen.sh.buildfix 2005-09-19 11:28:11.000000000 +0200
+++ smartmontools-5.37/autogen.sh 2007-10-31 12:24:53.000000000 +0100
@@ -48,7 +48,8 @@
echo "than 1.9.x) is only added after extensive tests. If you live in"
echo "the bleeding edge, you should know what you're doing, mainly how"
echo "to test it before the developers. Be patient."
-exit 1;
+#exit 1;
+AUTOMAKE=automake
}
test -x "$ACLOCAL" || ACLOCAL="aclocal`echo "$AUTOMAKE" | sed 's/.*automake//'`" && ACLOCAL=`typep "$ACLOCAL"` ||