From 89dc05006ec93e8fd8a103504701db720814669a Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Wed, 29 Jun 2016 22:21:10 +0900 Subject: [PATCH] Sync autofoo Looks like the sorting of the DIST_COMMON file list is not stable. --- configure | 2 +- lib/Makefile.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 89cd9a06d..e59582d0a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/lib/Makefile.in b/lib/Makefile.in index 995738c2a..3c44e56ce 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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 \