summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS12
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh2
3 files changed, 9 insertions, 10 deletions
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 <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>
diff --git a/ChangeLog b/ChangeLog
index 535171d..e6cd338 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 :/
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 "$@"