Check-in Number:
|
1555 | |
Date: |
2002-Jan-16 15:09:18 (local)
2002-Jan-16 14:09:18 (UTC) |
User: | rse |
Branch: | |
Comment: |
new OSSP val build environment |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/val/README 1.1 -> 1.2
--- README 2002/01/09 10:44:28 1.1
+++ README 2002/01/16 14:09:18 1.2
@@ -1,11 +1,11 @@
- _
- ___ __ _ ___| |__ ___
- / __/ _` |/ __| '_ \ / _ \
- | (_| (_| | (__| | | | __/
- \___\__,_|\___|_| |_|\___|
+ _
+ __ ____ _| |
+ \ \ / / _` | |
+ \ V / (_| | |
+ \_/ \__,_|_|
OSSP Val - Value Library
- Version 0.1.0 (13-Sep-2001)
+ Version 0.1.0 (16-Jan-2002)
ABSTRACT
|
|
ossp-pkg/val/TODO 1.3 -> 1.4
--- TODO 2002/01/10 20:05:29 1.3
+++ TODO 2002/01/16 14:09:18 1.4
@@ -1,3 +1,4 @@
TODO
----
+
|
|
ossp-pkg/val/VERSION 1.1 -> 1.2
--- VERSION 2002/01/09 10:44:28 1.1
+++ VERSION 2002/01/16 14:09:18 1.2
@@ -2,5 +2,5 @@
VERSION -- Version Information for OSSP val (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is OSSP val, Version 0.1.0 (08-Oct-2001)
+ This is OSSP val, Version 0.1.0 (16-Jan-2002)
|
|
ossp-pkg/val/aclocal.m4 1.2 -> 1.3
--- aclocal.m4 2002/01/09 12:39:15 1.2
+++ aclocal.m4 2002/01/16 14:09:18 1.3
@@ -38,7 +38,7 @@
AC_DEFUN(AC_COMPILER_OPTION,[dnl
AC_MSG_CHECKING(whether compiler option(s) $2 work)
-AC_VAL_VAL(ac_cv_compiler_option_$1,[
+AC_CACHE_VAL(ac_cv_compiler_option_$1,[
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $3"
AC_TRY_COMPILE([],[], ac_cv_compiler_option_$1=yes, ac_cv_compiler_option_$1=no)
|
|
ossp-pkg/val/devtool.conf 1.2 -> 1.3
--- devtool.conf 2002/01/09 13:34:42 1.2
+++ devtool.conf 2002/01/16 14:09:18 1.3
@@ -14,7 +14,7 @@
%configure
./configure \
- --prefix=/tmp/sa \
+ --prefix=/tmp/val \
--disable-shared \
--enable-debug \
"$@"
|
|
ossp-pkg/val/val.pod 1.2 -> 1.3
--- val.pod 2002/01/09 13:36:41 1.2
+++ val.pod 2002/01/16 14:09:18 1.3
@@ -46,14 +46,13 @@
=head1 HISTORY
-B<OSSP val> was invented in January 2002 by Ralf S. Engelschall for use
-inside the OSSP project.
+B<OSSP val> was invented in January 2002 by Thomas Lotterer and Ralf S.
+Engelschall for use inside the OSSP lmtp2nntp project.
=head1 AUTHORS
+ Thomas Lotterer
Ralf S. Engelschall
- rse@engelschall.com
- www.engelschall.com
=cut
|
|