rolled version over to 3.0.1

This commit is contained in:
csmall 2002-10-08 23:04:01 +00:00
parent 201c31886d
commit 4c59b4339d
4 changed files with 8 additions and 8 deletions

View File

@ -1654,7 +1654,7 @@ fi
# Define the identity of the package.
PACKAGE=procps
VERSION=3.0
VERSION=3.0.1
cat >>confdefs.h <<_ACEOF
@%:@define PACKAGE "$PACKAGE"

View File

@ -24,8 +24,8 @@
'AC_FUNC_SETVBUF_REVERSED' => 1,
'AC_HEADER_SYS_WAIT' => 1,
'AC_TYPE_UID_T' => 1,
'AM_CONDITIONAL' => 1,
'AC_CHECK_LIB' => 1,
'AM_CONDITIONAL' => 1,
'AC_PROG_LN_S' => 1,
'AC_FUNC_MEMCMP' => 1,
'AC_FUNC_FORK' => 1,
@ -47,8 +47,8 @@
'AC_TYPE_MODE_T' => 1,
'AC_CHECK_TYPES' => 1,
'AC_PROG_YACC' => 1,
'AC_TYPE_PID_T' => 1,
'AC_FUNC_STRERROR_R' => 1,
'AC_TYPE_PID_T' => 1,
'AC_STRUCT_ST_BLOCKS' => 1,
'AC_PROG_GCC_TRADITIONAL' => 1,
'AC_TYPE_SIGNAL' => 1,
@ -83,11 +83,11 @@
'AC_FUNC_MALLOC' => 1,
'AC_FUNC_ERROR_AT_LINE' => 1,
'AC_FUNC_FSEEKO' => 1,
'AC_FUNC_MMAP' => 1,
'AC_STRUCT_TM' => 1,
'AC_FUNC_MMAP' => 1,
'AC_SUBST' => 1,
'AC_PROG_CC' => 1,
'AC_PROG_LIBTOOL' => 1
'AC_PROG_LIBTOOL' => 1,
'AC_PROG_CC' => 1
}
], 'Request' )
);

2
configure vendored
View File

@ -1654,7 +1654,7 @@ fi
# Define the identity of the package.
PACKAGE=procps
VERSION=3.0
VERSION=3.0.1
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"

View File

@ -3,7 +3,7 @@ AC_INIT(free.c)
AM_CONFIG_HEADER(config.h)
dnl sets package name and version
AM_INIT_AUTOMAKE(procps,3.0)
AM_INIT_AUTOMAKE(procps,3.0.1)
AC_SUBST(FLASK_LINUX)
AC_ARG_ENABLE(flask,[ --enable-flask Enable Security-Enhanced Linux features], AC_DEFINE([FLASK_LINUX],1,[Use Security-Enhanced Linux features]),)