]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 11 Feb 2016 22:21:51 +0000 (14:21 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 11 Feb 2016 22:21:51 +0000 (14:21 -0800)
build-aux/config.guess

index 3d2c4507df0e46151024b6799c39073b3fd97f11..f89b52de9662bcc341f8c660be5e1bf96ef497b7 100755 (executable)
@@ -238,7 +238,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
        echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
        exit ;;
     *:LibertyBSD:*:*)
-       UNAME_MACHINE_ARCH=`arch | sed 's/LibertyBSD.//'`
+       UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
        echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
        exit ;;
     *:ekkoBSD:*:*)