Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r805 committed - Minor fixes/changes

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r805 committed - Minor fixes/changes


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r805 committed - Minor fixes/changes
  • Date: Tue, 09 Apr 2013 14:17:43 +0000
  • Authentication-results: sfpop-ironport05.merit.edu; dkim=neutral (message not signed) header.i=none

Revision: 805
Author:

Date: Tue Apr 9 07:17:33 2013
Log: Minor fixes/changes


http://code.google.com/p/ndt/source/detail?r=805

Modified:
/trunk/bootstrap
/trunk/configure.ac

=======================================
--- /trunk/bootstrap Wed Jun 30 08:40:21 2004
+++ /trunk/bootstrap Tue Apr 9 07:17:33 2013
@@ -39,12 +39,12 @@
;;
esac

-if test -x I2util/bootstrap; then
+if test -x I2util/bootstrap.sh; then
echo
echo "## I2util/bootstrap"
echo
cd I2util
- ./bootstrap $*
+ ./bootstrap.sh $*
cd ..
echo
echo "## Finished I2util/bootstrap"
=======================================
--- /trunk/configure.ac Tue Oct 16 08:22:53 2012
+++ /trunk/configure.ac Tue Apr 9 07:17:33 2013
@@ -29,7 +29,7 @@
# Process this file with autoconf to produce a configure script.
#
# AC_PREREQ(2.57)
-AC_INIT([NDT],[3.6.5.2],[])
+AC_INIT([NDT],[3.6.5.2-rc3],[])
AC_CONFIG_AUX_DIR(config)
# AM_INIT_AUTOMAKE(NDT, v1.0, [no-define])
AM_INIT_AUTOMAKE


  • [ndt-dev] [ndt] r805 committed - Minor fixes/changes, ndt, 04/09/2013

Archive powered by MHonArc 2.6.16.

Top of Page