ossp-pkg/as/as-gui/configure.in 1.4 -> 1.5
--- configure.in 2002/11/18 17:38:59 1.4
+++ configure.in 2002/11/28 20:44:36 1.5
@@ -1,11 +1,12 @@
##
-## OSSP titraq - Graphical user interface for time accounting
-## Copyright (c) 2002 Cable & Wireless Deutschland GmbH
-## Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
-## Copyright (c) 2002 Ralf S. Engelschall
+## OSSP asgui - Accounting system graphical user interface
+## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
+## Copyright (c) 2002-2003 Michael Schloh von Bennewitz <michael@schloh.com>
##
-## This file is part of OSSP GUI, a graphical user interface
-## for OSSP which can be found at http://www.ossp.org/
+## This file is part of OSSP asgui, an accounting system graphical user
+## interface which can be found at http://www.ossp.org/pkg/tool/asgui/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -31,9 +32,13 @@
dnl Version requirement and information
AC_PREREQ(2.56)
AC_REVISION(1.0)
+AC_INIT
+
+TITRAQ_VERSION_STR=`./shtool version -l c -d long titraq_version.cpp`
+./shtool echo -e "Configuring %BOSSP asgui%b, version %B${TITRAQ_VERSION_STR}%b"
+AC_SUBST(TITRAQ_VERSION_STR)
dnl Process this file with autoconf
-AC_INIT
AC_CONFIG_HEADERS(ac_config.h)
AC_LANG_CPLUSPLUS
|
|