* configure.in: Change version number to 2.9.4
* configure: Rebuild.
This commit is contained in:
parent
5b10df4a85
commit
cc4f98f55e
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Apr 27 16:50:40 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Change version number to 2.9.4
|
||||
* configure: Rebuild.
|
||||
|
||||
Wed Apr 22 16:01:17 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
|
||||
|
|
2
gprof/configure
vendored
2
gprof/configure
vendored
|
@ -798,7 +798,7 @@ fi
|
|||
|
||||
PACKAGE=gprof
|
||||
|
||||
VERSION=2.9.1
|
||||
VERSION=2.9.4
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
|
|
@ -4,7 +4,7 @@ AC_INIT(gprof.c)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(gprof, 2.9.1)
|
||||
AM_INIT_AUTOMAKE(gprof, 2.9.4)
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue