Searched refs:instserial (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/libtool/
H A Dlibtoolize.in219 instserial=`grep '^# serial ' $libtool_m4 | grep 'A[MC]_PROG_LIBTOOL' | sed -e 's/^# serial \([0-9][0-9]*\).*$/\1/; q'`
221 if test -z "$instserial"; then
229 if test "$localserial" -lt "$instserial"; then
231 elif test "$localserial" -gt "$instserial"; then
232 echo "$progname: \`$libtool_m4' is serial $instserial, less than $localserial in \`aclocal.m4'" 1>&2
253 instserial=`grep '^# serial ' $ltdl_m4 | grep 'AC_LIB_LTDL' | sed -e 's/^# serial \([0-9][0-9]*\).*$/\1/; q'`
255 if test -z "$instserial"; then
263 if test "$localserial" -lt "$instserial"; then
265 elif test "$localserial" -gt "$instserial"; then
266 echo "$progname: \`$ltld_m4' is serial $instserial, les
[all...]

Completed in 33 milliseconds