X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=e4010bdeb0800dbea6ac63e073264666ad0f249e;hb=44061c80a062f2b37c7a222893c8faa725ee5912;hp=6f8878a3e09c5b8b30f4f42f4a43825000b3c7a9;hpb=c685233a75d7c592ce0574382bc876d88def2a5b;p=paraslash.git diff --git a/configure.ac b/configure.ac index 6f8878a3..e4010bde 100644 --- a/configure.ac +++ b/configure.ac @@ -1541,9 +1541,8 @@ done # use echo to replace newlines by space AC_SUBST(object_executable_matrix, $(echo $object_executable_matrix)) -for obj in $all_errlist_objs; do - SS="$SS SS_$(echo $obj | tr 'a-z' 'A-Z')," -done +SS=$(for obj in $all_errlist_objs; do + printf '%s' " SS_$obj,"; done | tr 'a-z' 'A-Z') AC_DEFINE_UNQUOTED(DEFINE_ERRLIST_OBJECT_ENUM, [enum {$SS NUM_SS}], [list of all objects that use the paraslash error facility]