diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-22 19:21:27 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-22 19:22:28 -0500 |
commit | cb7d6ade4157f691a3745e9df98dda7917249be9 (patch) | |
tree | cf44da355f7f9be2283b574b0ec2e3fd3645be88 | |
parent | 76e47c384f9542fdf12b1b99fb36e8db5db4ae6b (diff) |
configure.ac: change package name to eudev
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ad219c6a92..cf4934d762 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([udev-ng], [0.1], [http://bugzilla.gentoo.org]) +AC_INIT([eudev], [0.1], [http://bugzilla.gentoo.org]) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |