summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/002-fix-autogen
blob: 0d39c42298419bc2381b237729e857603720dd9b (plain)
1
2
3
4
5
6
7
8
--- opkg-4561/autogen.sh-orig	2008-07-28 18:00:33.000000000 -0500
+++ opkg-4561/autogen.sh	2008-07-28 18:00:45.000000000 -0500
@@ -1,5 +1,3 @@
 #! /bin/sh
 autoreconf -v --install || exit 1
 glib-gettextize --force --copy || exit 1
-./configure --enable-maintainer-mode "$@"
-