summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-03-26 13:04:28 +0000
committerRichard Hughes <richard@hughsie.com>2010-03-26 13:04:28 +0000
commitedffa8830d09fafe3624b64b1e030fa9c8af4080 (patch)
tree80f0782fef8dc985758a6f0f5517e1d842ffcb79 /configure.ac
parent6d607a406cef0484cab383e36a5e216a19320ec6 (diff)
Change the tarball name to be all lower case to match udisks and udev
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0c214e..f2094d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define([up_version],
[up_major_version.up_minor_version.up_micro_version])
AC_PREREQ(2.65)
-AC_INIT([UPower],[up_version],[richard@hughsie.com],[UPower])
+AC_INIT([upower],[up_version],[richard@hughsie.com],[upower])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2])
AC_CONFIG_HEADERS([config.h])