Check-in Number:
|
1542 | |
Date: |
2002-Jan-10 21:05:34 (local)
2002-Jan-10 20:05:34 (UTC) |
User: | ms |
Branch: | |
Comment: |
Build configuration corrections and small cleanups.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/ChangeLog 1.1 -> 1.2
--- ChangeLog 2002/01/08 15:47:11 1.1
+++ ChangeLog 2002/01/10 20:05:34 1.2
@@ -8,7 +8,7 @@
ChangeLog
- Changes between *GENESIS* and 0.9.0 (07-Jan-2002 to 00-Duc-2002):
+ Changes between *GENESIS* and 0.1.0 (07-Jan-2002 to 00-Duc-2002):
*) Added Autoconf and other build configuration.
[Michael Schloh von Bennewitz]
|
|
ossp-pkg/rc/Makefile.am 1.1 -> 1.2
--- Makefile.am 2002/01/08 15:47:11 1.1
+++ Makefile.am 2002/01/10 20:05:34 1.2
@@ -1,2 +1,4 @@
-bin_PROGRAMS= rc
-rc_SOURCES= rc_p.h rc.h rc.c
+bin_PROGRAMS = rc
+rc_SOURCES = rc_p.h rc.h rc.c
+
+EXTRA_DIST = autogen.sh AUTHORS TODO README configure
|
|
ossp-pkg/rc/autogen.sh 1.2 -> 1.3
--- autogen.sh 2002/01/10 10:29:37 1.2
+++ autogen.sh 2002/01/10 20:05:34 1.3
@@ -1,3 +1,5 @@
+#!/bin/sh
+
aclocal
autoheader
automake --add-missing --gnu
|
|
ossp-pkg/rc/configure.in 1.1 -> 1.2
--- configure.in 2002/01/08 15:47:11 1.1
+++ configure.in 2002/01/10 20:05:35 1.2
@@ -1,5 +1,5 @@
dnl ##
-dnl ## rc - OSSP Runcommand processor
+dnl ## OSSP rc - Runcommand processor
dnl ## Copyright (c) 2002 Cable & Wireless Deutschland GmbH
dnl ## Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
dnl ## Copyright (c) 2002 Ralf S. Engelschall
|
|