]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Make AC notice more precise
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 10 Sep 2013 00:02:36 +0000 (02:02 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 10 Sep 2013 00:02:36 +0000 (02:02 +0200)
configure.ac

index f2d5e1fa2d436e39c2c1d51582dfbe9e002cd990..04c0dc9d44e6c905b68b3e576ed8236c57559e33 100644 (file)
@@ -273,7 +273,7 @@ chmod +x modtool
 #              generate orte/include/orte/orte_config.h
 # ======================================================================
 
-AC_MSG_NOTICE([creating orte/include/orte/orte_config.h])
+AC_MSG_NOTICE([fixing orte/include/orte/orte_config.h])
 sed -e "s/ PACKAGE/ ORTE_PACKAGE/" -e "s/ VERSION/ ORTE_VERSION/" \
     orte/include/orte/orte_config.h >orte/include/orte/orte_config.h.new
 if cmp -s orte/include/orte/orte_config.h.new orte/include/orte/orte_config.h; then