Looks like the sorting of the DIST_COMMON file list is not stable.
merge-requests/1/head
Olaf Meeuwissen 2016-06-29 22:21:10 +09:00
rodzic a298bfe5a8
commit 89dc05006e
2 zmienionych plików z 5 dodań i 5 usunięć

2
configure vendored
Wyświetl plik

@ -18854,7 +18854,7 @@ esac
fi
if x != x$ALLOCA; then :
if test x != x$ALLOCA; then :
LTALLOCA=`echo "$ALLOCA" | sed 's/\.o$//; s/\.obj$//'`.lo
fi

Wyświetl plik

@ -80,10 +80,10 @@ build_triplet = @build@
host_triplet = @host@
subdir = lib
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs alloca.c sigprocmask.c inet_pton.c \
usleep.c strcasestr.c getenv.c isfdtype.c inet_ntop.c \
snprintf.c strsep.c vsyslog.c strndup.c syslog.c strdup.c \
sleep.c $(top_srcdir)/depcomp
$(top_srcdir)/mkinstalldirs alloca.c getenv.c inet_ntop.c \
vsyslog.c strdup.c strndup.c isfdtype.c sigprocmask.c syslog.c \
usleep.c inet_pton.c sleep.c strcasestr.c snprintf.c strsep.c \
$(top_srcdir)/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \