summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d11badcb..588e63dd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh -xu
autoreconf -i
-(cd build-aux && patch -Np0 -i ltmain-asneeded.patch)
+(cd build-aux && (patch -Np0 -i ltmain-asneeded.patch || true))