OSDN Git Service

add AC_REVISION to output Revision number
authortsntsumi <tsntsumi@users.sourceforge.jp>
Mon, 16 Aug 2010 12:23:04 +0000 (12:23 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Mon, 16 Aug 2010 12:23:04 +0000 (12:23 +0000)
configure.ac

index 10287c2..e21cb86 100644 (file)
@@ -20,6 +20,7 @@ dnl    Place - Suite 330, Boston, MA 02111-1307, USA.
 
 AC_PREREQ(2.50)
 AC_INIT(CCUnit, 1.2, [tsutsumi@users.sourceforge.jp])
+AC_REVISION([$Revision$])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADER([config/config.h])