diff --git a/checkin_notes b/checkin_notes index 4c49eae7c3..9e7b11b63f 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6180,3 +6180,9 @@ Karl 2003/09/05 add.py update_versions + - renamed add.C output to old_add and renamed add.py to add + + tools/ + Makefile.am + add.py -> add (renamed) + diff --git a/configure b/configure index 5d92b3da1c..d343127fd8 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 1.40 . +# From configure.ac Revision: 1.41 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for BOINC 2.01. # @@ -7839,12 +7839,17 @@ echo "--- Configured BOINC 2.01 ---" test/test_sanity.py || ( cat <>sys.stderr, "add:", msg print - print >>sys.stderr, "Syntax: add.py %s"%object.name + print >>sys.stderr, "Syntax: add %s"%object.name for arg in object.args: print >>sys.stderr, dv(object,arg) print >>sys.stderr, " Optional:" @@ -219,7 +219,7 @@ for o in list_objects_to_add: objects_to_add[object.name] = object if len(sys.argv) < 2: - print >>sys.stderr, """Syntax: add.py + print >>sys.stderr, """Syntax: add Adds an object to the BOINC database.