Searched refs:acl_cv_libdirstems (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/ |
D | aclocal.m4 | 3121 dnl Allow the user to override the result by setting acl_cv_libdirstems. 3123 [acl_cv_libdirstems], 3199 acl_cv_libdirstems="$acl_libdirstem,$acl_libdirstem2,$acl_libdirstem3" 3201 dnl Decompose acl_cv_libdirstems into acl_libdirstem, acl_libdirstem2, and 3204 acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` 3205 acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'` 3206 acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
|
D | configure | 7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_libdirstems" >&5 7948 $as_echo "$acl_cv_libdirstems" >&6; } 7949 acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` 7950 acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'` 7951 acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
|