summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:28:19 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:28:19 (EST)
commit7d7af9a2b4d9461cc87b9f0b05a441df5b3eb425 (patch)
treee8b78edc2c7812194b22d778a37f33e1e4243638
parent03d647cdefbea26f5fb29bd9cf074fc43b6b8bda (diff)
opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode
git-svn-id: http://opkg.googlecode.com/svn/trunk@152 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-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 "$@"