Add --version option.

This commit is contained in:
Ian Lance Taylor
2007-10-07 18:06:27 +00:00
parent f958d5fc53
commit 8486ee48e8
9 changed files with 230 additions and 100 deletions

View File

@@ -1,12 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT
AC_CONFIG_SRCDIR([gold.cc])
AC_INIT(gold, 0.1)
AC_CONFIG_SRCDIR(gold.cc)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(gold, 0.1)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h:config.in)