From: ticktock35 Date: Mon, 15 Dec 2008 05:28:19 +0000 (+0000) Subject: opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=7d7af9a2b4d9461cc87b9f0b05a441df5b3eb425 opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode git-svn-id: http://opkg.googlecode.com/svn/trunk@152 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/AUTHORS b/AUTHORS index 17af84f..ef2bf2a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,7 @@ -opkg actually is maintained by Pierluigi Frullani - -opkg is being written by Carl Worth and Steve -Ayer - +Opkg: + * Thomas Wood + * Tick Chen +Ipkg: + * Pierluigi Frullani + * Carl Worth + * Steve Ayer diff --git a/ChangeLog b/ChangeLog index 535171d..e6cd338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1 @@ -2008-02-29 Michael Lauer - - * src/opkg-frontend.c: fix include statement to make it build again - * many files: remove autogenerated stuff and familiar directory +Please see svn log :/ diff --git a/autogen.sh b/autogen.sh index 73b2179..95b5fba 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #! /bin/sh autoreconf -v --install || exit 1 glib-gettextize --force --copy || exit 1 -./configure --enable-maintainer-mode "$@" +./configure "$@"