Check-in Number:
|
3265 | |
Date: |
2003-Feb-16 17:19:40 (local)
2003-Feb-16 16:19:40 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix version stuff and ignore generated files |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/res/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 01:25:52 2024
--- - Sat Nov 23 01:25:57 2024
***************
*** 0 ****
--- 1,10 ----
+ Makefile
+ config.guess
+ config.h
+ config.h.in
+ config.sub
+ configure
+ libtool.m4
+ ltmain.sh
+ res-config
+ shtool
|
|
ossp-pkg/res/README 1.1 -> 1.2
--- README 2003/02/16 16:16:06 1.1
+++ README 2003/02/16 16:19:40 1.2
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| |_| \___||___/
OSSP res - Resource Pools
- Version 0.1.0 (30-Jan-2003)
+ Version 0.1.0 (16-Feb-2003)
ABSTRACT
|
|
ossp-pkg/res/VERSION 1.1 -> 1.2
--- VERSION 2003/02/16 16:16:06 1.1
+++ VERSION 2003/02/16 16:19:40 1.2
@@ -1,6 +1,6 @@
- VERSION -- Version Information for OSSP ex (syntax: Text)
+ VERSION -- Version Information for OSSP res (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is OSSP ex, Version 1.0.2 (30-Jan-2003)
+ This is OSSP res, Version 0.1.0 (16-Feb-2003)
|
|
ossp-pkg/res/configure.ac 1.1 -> 1.2
--- configure.ac 2003/02/16 16:16:06 1.1
+++ configure.ac 2003/02/16 16:19:40 1.2
@@ -30,7 +30,7 @@
AC_PREREQ(2.57)
AC_INIT
RES_VERSION_STR=`./shtool version -l txt -d long VERSION`
-./shtool echo -e "Configuring %BOSSP res%b (Resource Pools), version %B${EX_VERSION_STR}%b"
+./shtool echo -e "Configuring %BOSSP res%b (Resource Pools), version %B${RES_VERSION_STR}%b"
AC_SUBST(RES_VERSION_STR)
AC_CONFIG_SRCDIR(res.h)
|
|