diff options
-rw-r--r-- | AUTHORS | 12 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 2 |
3 files changed, 9 insertions, 10 deletions
@@ -1,5 +1,7 @@ -opkg actually is maintained by Pierluigi Frullani <pigi@frumar.it> - -opkg is being written by Carl Worth <cworth@handhelds.org> and Steve -Ayer <steven.ayer@compaq.com> - +Opkg: + * Thomas Wood <thomas@openedhand.com> + * Tick Chen <tick@openmoko.com> +Ipkg: + * Pierluigi Frullani <pigi@frumar.it> + * Carl Worth <cworth@handhelds.org> + * Steve Ayer <steven.ayer@compaq.com> @@ -1,4 +1 @@ -2008-02-29 Michael Lauer <mickey@openmoko.org> - - * src/opkg-frontend.c: fix include statement to make it build again - * many files: remove autogenerated stuff and familiar directory +Please see svn log :/ @@ -1,5 +1,5 @@ #! /bin/sh autoreconf -v --install || exit 1 glib-gettextize --force --copy || exit 1 -./configure --enable-maintainer-mode "$@" +./configure "$@" |