diff options
author | Thomas White <taw@physics.org> | 2011-01-11 17:34:50 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:10 +0100 |
commit | 3dc2ba04ab33be723d2ea8dfe1638a127519a0ae (patch) | |
tree | 200aaefb204543a0b3840c24b38bcbc21a16e18e /lib/Makefile.in | |
parent | 5ed6541407ce99c4036d0e768546fe554f9fa5c2 (diff) |
Prefix STATUS() and ERROR() messages with a unique thread number, where appropriate
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index a4aecf9d..3e0266d2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -248,7 +248,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ |