summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-08-29 22:40:24 -0300
committerAndre Miranda <andreldm@xfce.org>2019-08-29 22:40:24 -0300
commit358879e93f3e9f5f2c85ba81d27d92e2af86af68 (patch)
tree68afaeb8ccfa8e017d051bea0d6ed7dd9f53011a /configure.ac.in
parent681cb9d5a96710cb24fb023dd273439a8493f88b (diff)
downloadthunar-358879e93f3e9f5f2c85ba81d27d92e2af86af68.tar.gz
All glory to lowercase (Bug #15394)
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 9bb106dd..d46a2567 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -41,7 +41,7 @@ dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-2019 The Thunar development team. All rights reserved.])
-AC_INIT([Thunar], [thunar_version], [https://bugzilla.xfce.org/], [Thunar])
+AC_INIT([thunar], [thunar_version], [https://bugzilla.xfce.org/], [thunar])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET()