diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-11 15:43:00 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-14 14:16:42 -0600 |
commit | ec8edd1393f482ca42b401463f0f09580aa263a0 (patch) | |
tree | 62892967de07f4db2d66f98e4d4c1001262dce9c /configure.ac | |
parent | a7bc1a7f6b439419fc27b669d9d7f99f882d83fe (diff) |
First stage of the rename process - get rid of all amd_ prefixes -
change either to geode_ or just to lx_ or gx_ depending on the processor.
Change the name in the Makefiles and other collateral
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5b8b429..6bae556 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-amd], 2.7.7.7, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2FAMD], - xf86-video-amd) + xf86-video-geode) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) @@ -120,7 +120,7 @@ fi AM_CONDITIONAL([I386ARCH], [test $is386 = true]) -DRIVER_NAME=amd +DRIVER_NAME=geode AC_SUBST([DRIVER_NAME]) XORG_MANPAGE_SECTIONS |