diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2006-12-04 12:52:55 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2006-12-04 12:52:55 -0800 |
commit | 33e10132a87409bdfa77d5eef9f7044cb9ce1ac9 (patch) | |
tree | 50d0e124c8c1826092e48a4662f01fc5bbc00205 | |
parent | 2d4b4bb06029e60e5c7b96d94b31c8aadac91843 (diff) |
Remove redundant XORG_RELEASE_VERSION.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1916610..26c4e4f 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,6 @@ AC_INIT([xf86-video-nv], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-nv) -XORG_RELEASE_VERSION - AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_AUX_DIR(.) |