ossp-pkg/petidomo/configure.in 1.8 -> 1.9
--- configure.in 2001/01/18 12:54:57 1.8
+++ configure.in 2001/01/20 14:36:43 1.9
@@ -1,11 +1,16 @@
dnl
dnl configure.in -- Process this file with autoconf to produce a configure script.
dnl
-dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.8 2001/01/18 12:54:57 rse Exp $
+dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.9 2001/01/20 14:36:43 rse Exp $
dnl
AC_INIT(petidomo.h)
-AC_REVISION($Revision: 1.8 $)dnl
+AC_REVISION($Revision: 1.9 $)dnl
+
+AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)
+V=`./etc/shtool version -lc -dlong version.c`
+./etc/shtool echo -e "Configuring %BOSSP Petidomo%b, Version %B${V}%b"
+AC_DIVERT_POP()
dnl Checks for paths and programs.
dnl
|
|