* Bumped version number to 0.5.0

* Updated copyright notice to the upcoming year
* Some s/DBus/D-Bus/g in the comments
* Updated TODO list
* Removed hardcoded version number from output file names
* Added --enable-debug switch to ./configure (debug mode is now off by default)
* Reordered autogen.sh (Robert Schwebel)
* Removed autogenerated files (Robert Schwebel)
* Fixed 'make maintainer-clean' (Robert Schebel)


git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9042 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
pdurante 2006-12-31 02:03:53 +00:00
parent d74a45890a
commit 12266bd407
82 changed files with 178 additions and 120069 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
function autocmd()
{
@ -9,10 +9,10 @@ function autocmd()
}
}
autocmd libtoolize --force --copy
autocmd aclocal
autocmd automake -acf
autocmd autoconf
autocmd libtoolize -f
autocmd autoheader
autocmd automake --add-missing --force-missing --copy -Wall
autocmd autoconf
echo "Autogen done, now you can ./configure"