commit | cb48c9b2e611251c68bd0b8f349312330310f644 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <[email protected]> | Mon Dec 12 16:41:38 2011 -0200 |
committer | Lucas De Marchi <[email protected]> | Mon Dec 12 16:54:18 2011 -0200 |
tree | 17759214f529aea6aca6fcabcfcab0ce02bfa0c6 | |
parent | 2411c077949800bd56211b9b2b8b0f18a9fcf88a [diff] [blame] |
Rename project from libkmod to kmod
diff --git a/configure.ac b/configure.ac index 3c3e9c6..785f033 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,9 +1,9 @@ AC_PREREQ(2.60) -AC_INIT([libkmod], - [0.1], +AC_INIT([kmod], + [1], [], - [libkmod], - [http://git.profusion.mobi/cgit.cgi/lucas/libkmod/]) + [kmod], + [http://git.profusion.mobi/cgit.cgi/kmod.git/]) AC_CONFIG_SRCDIR([libkmod/libkmod.c]) AC_CONFIG_AUX_DIR([build-aux])