summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRussell King <rmk_cubox@arm.linux.org.uk>2013-05-21 12:09:33 +0100
committerRussell King <rmk@arm.linux.org.uk>2013-05-21 12:16:40 +0100
commit725cd0b771768a03c838d7972a2e2357091f1574 (patch)
tree49d4658e9e17459f1b9faab28e28c253c85b9ddc /configure.ac
parent38c232e6ae0b9eed2b15146bd940f95c9f0b36b7 (diff)
Rename dove -> armada
As this is not specific to Armada 510 (Dove) devices, but also appears on other Marvell Armada devices, use "armada" as the name rather than "dove". Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0d5e518..0e1ab67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([libdrm_dove], [2.0.0], [], [libdrm_dove])
+AC_INIT([libdrm_armada], [2.0.0], [], [libdrm_armada])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
@@ -34,6 +34,6 @@ AC_SUBST(pkgconfigdir)
AC_CONFIG_FILES([
Makefile
- libdrm_dove.pc
+ libdrm_armada.pc
])
AC_OUTPUT