]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Tue, 9 Jul 2013 10:17:37 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 9 Jul 2013 10:17:37 +0000 (06:17 -0400)
autogen/Makefile.in
autogen/configure

index 34eda262d886359eafbafa619318e3c72e75d03f..52228a594d948fbf8fb9c7d04bb26a5c3302a46c 100644 (file)
@@ -59,7 +59,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=binary-io --avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings memrchr mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=binary-io --avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday intprops largefile lstat manywarnings memrchr mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
@@ -200,12 +200,12 @@ DIST_COMMON = $(srcdir)/../nt/gnulib.mk $(srcdir)/Makefile.am \
 @BUILDING_FOR_WINDOWSNT_FALSE@ getloadavg.c getopt.c \
 @BUILDING_FOR_WINDOWSNT_FALSE@ getopt.in.h getopt1.c \
 @BUILDING_FOR_WINDOWSNT_FALSE@ getopt_int.h gettimeofday.c \
-@BUILDING_FOR_WINDOWSNT_FALSE@ group-member.c ignore-value.h \
-@BUILDING_FOR_WINDOWSNT_FALSE@ intprops.h inttypes.in.h lstat.c \
-@BUILDING_FOR_WINDOWSNT_FALSE@ memrchr.c mktime-internal.h \
-@BUILDING_FOR_WINDOWSNT_FALSE@ mktime.c openat.h pathmax.h \
-@BUILDING_FOR_WINDOWSNT_FALSE@ pselect.c pthread_sigmask.c \
-@BUILDING_FOR_WINDOWSNT_FALSE@ putenv.c acl-internal.h acl.h \
+@BUILDING_FOR_WINDOWSNT_FALSE@ group-member.c intprops.h \
+@BUILDING_FOR_WINDOWSNT_FALSE@ inttypes.in.h lstat.c memrchr.c \
+@BUILDING_FOR_WINDOWSNT_FALSE@ mktime-internal.h mktime.c \
+@BUILDING_FOR_WINDOWSNT_FALSE@ openat.h pathmax.h pselect.c \
+@BUILDING_FOR_WINDOWSNT_FALSE@ pthread_sigmask.c putenv.c \
+@BUILDING_FOR_WINDOWSNT_FALSE@ acl-internal.h acl.h \
 @BUILDING_FOR_WINDOWSNT_FALSE@ acl_entries.c readlink.c \
 @BUILDING_FOR_WINDOWSNT_FALSE@ at-func.c readlinkat.c \
 @BUILDING_FOR_WINDOWSNT_FALSE@ root-uid.h sig2str.c sig2str.h \
index 2f739343d465322dac092151945833041009169b..ce15955a483bb87698865ac8d8a00f6b4b61c335 100755 (executable)
@@ -7267,7 +7267,6 @@ esac
   # Code from module gettime:
   # Code from module gettimeofday:
   # Code from module group-member:
-  # Code from module ignore-value:
   # Code from module include_next:
   # Code from module intprops:
   # Code from module inttypes-incomplete:
@@ -11183,7 +11182,7 @@ $as_echo "#define HAVE_RSVG 1" >>confdefs.h
 fi
 
 HAVE_IMAGEMAGICK=no
-if test "${HAVE_X11}" = "yes"; then
+if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
   if test "${with_imagemagick}" != "no"; then
     ## 6.2.8 is the earliest version known to work, but earlier versions
     ## might work - let us know if you find one.