summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2007-12-12 17:57:45 -0800
committerDan Nicholson <dbn.lists@gmail.com>2007-12-12 17:57:45 -0800
commitf64d6fe0d31d8134b9214324a59ad18b48361fed (patch)
treebb10ff9a06158dc040c2e2c50913dbbb9d943a32 /configure.ac
parenta130718f448065173cf7b019e5b65a6a4334c3f7 (diff)
autoconf: Update bug address and fix some autoconf warnings
Point bug reports to Bugzilla like bugs.html. Also, a warning from autoconf w.r.t. AC_OUTPUT was cleaned up.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eda48ace74..b040b4d20b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,8 @@ m4_define(mesa_minor, 1)
m4_define(mesa_tiny, 0)
m4_define(mesa_version, [mesa_major().mesa_minor().mesa_tiny()])
-AC_INIT(Mesa, mesa_version(), mesa3d@sourceforge.net)
+AC_INIT([Mesa],[mesa_version()],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
AC_CONFIG_AUX_DIR(bin)
AC_CANONICAL_HOST
@@ -769,7 +770,8 @@ LDFLAGS="$_SAVE_LDFLAGS"
CPPFLAGS="$_SAVE_CPPFLAGS"
dnl Substitute the config
-AC_OUTPUT([configs/autoconf])
+AC_CONFIG_FILES([configs/autoconf])
+AC_OUTPUT
dnl Replace the configs/current symlink
if test -f configs/current || test -L configs/current; then