-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA
-
-# This file uses AC_CONFIG_MACRO_DIR, so we need Autoconf 2.58 or better.
-# But Autoconf 2.58 has a bug in the way that it generates tests: it
-# puts the wrong absolute path names in the tests. So we need at
-# least Autoconf 2.59.
-AC_PREREQ(2.59)
-
-AC_INIT([GNU Bison], [2.0], [bug-bison@gnu.org])
-AC_CONFIG_AUX_DIR([config])
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# We have strange test case titles, so we need Autoconf 2.61 or better.
+AC_PREREQ(2.61)
+
+AC_INIT([GNU Bison],
+ m4_esyscmd([build-aux/git-version-gen .tarball-version]),
+ [bug-bison@gnu.org])
+AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008],
+ [The copyright year for this package])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])
+
+AC_CONFIG_AUX_DIR([build-aux])