diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-22 22:07:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-22 22:07:08 +0000 |
commit | 3aa6801ea6246674434ec13776081b49f271f226 (patch) | |
tree | 56c642a3bf7705acaea9ea26e6260ac5f5908579 /Build/source/libs/poppler | |
parent | 7fd9e715da9b699c6c01df981760a9a507e1bec7 (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@41525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler')
-rw-r--r-- | Build/source/libs/poppler/Makefile.in | 4 | ||||
-rw-r--r-- | Build/source/libs/poppler/config.h.in | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/libs/poppler/Makefile.in b/Build/source/libs/poppler/Makefile.in index 636b71bfb57..bf99ea5f586 100644 --- a/Build/source/libs/poppler/Makefile.in +++ b/Build/source/libs/poppler/Makefile.in @@ -11,7 +11,6 @@ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# @SET_MAKE@ @@ -620,7 +619,8 @@ clean-noinstLIBRARIES: @POPPLER_TREE@/goo/gfile.$(OBJEXT): \ @POPPLER_TREE@/goo/$(am__dirstamp) \ @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp) -@POPPLER_TREE@/goo/glibc.$(OBJEXT): @POPPLER_TREE@/goo/$(am__dirstamp) \ +@POPPLER_TREE@/goo/glibc.$(OBJEXT): \ + @POPPLER_TREE@/goo/$(am__dirstamp) \ @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp) @POPPLER_TREE@/goo/gmem.$(OBJEXT): @POPPLER_TREE@/goo/$(am__dirstamp) \ @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp) diff --git a/Build/source/libs/poppler/config.h.in b/Build/source/libs/poppler/config.h.in index 75f3ce3bc5b..87716071b36 100644 --- a/Build/source/libs/poppler/config.h.in +++ b/Build/source/libs/poppler/config.h.in @@ -37,9 +37,6 @@ /* Define to 1 if you have the `rand_r' function. */ #undef HAVE_RAND_R -/* Define to 1 if you have the `timegm' function. */ -#undef HAVE_TIMEGM - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -66,6 +63,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the `timegm' function. */ +#undef HAVE_TIMEGM + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |