OSSP CVS Repository

ossp - Check-in [1831]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1831
Date: 2002-Feb-07 16:37:09 (local)
2002-Feb-07 15:37:09 (UTC)
User:ms
Branch:
Comment: Fix build configuration.

PR: Submitted by: Reviewed by: Approved by: Obtained from:

Tickets:
Inspections:
Files:
ossp-pkg/rc/Makefile.in      1.11 -> 1.12     3 inserted, 1 deleted
ossp-pkg/rc/configure.in      1.11 -> 1.12     0 inserted, 2 deleted

ossp-pkg/rc/Makefile.in 1.11 -> 1.12

--- Makefile.in  2002/02/07 12:38:32     1.11
+++ Makefile.in  2002/02/07 15:37:09     1.12
@@ -46,6 +46,7 @@
 LIBS            = @LIBS@
 
 RM              = rm -f
+CHMOD           = chmod
 RMDIR           = rmdir
 SHTOOL          = ./shtool
 POD2MAN         = pod2man
@@ -141,4 +142,5 @@
 
 check: test
 test: rc
-        ./test.sh
+        $(CHMOD) 755 rc_test.sh > /dev/null 2>&1
+        ./rc_test.sh


ossp-pkg/rc/configure.in 1.11 -> 1.12

--- configure.in 2002/02/06 16:56:33     1.11
+++ configure.in 2002/02/07 15:37:09     1.12
@@ -58,8 +58,6 @@
 
 dnl Check other requirements
 AC_SET_MAKE
-AC_PROG_CC
-AC_PROG_CPP
 AC_CHECK_DEBUGGING
 AC_CHECK_LIB(socket, getprotobyname)
 AC_CHECK_LIB(nsl, gethostbyname)

CVSTrac 2.0.1