diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-29 15:40:00 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-29 15:40:00 +0000 |
commit | 2b049d253dc2dfcbddc656ee3bffedf9f65a67b2 (patch) | |
tree | 11d05560a28146f8bb03fe436ae00e5e5ffd2712 /Build/source/texk/gsftopk | |
parent | b18fbbf19bcc21a491e8c0145b1d7b2d3507ef21 (diff) |
next step in autotools update
add autoheader in reautoconf script and maintainer rules
(maintainer mode still has some problems)
remove need for acconfig.h (templates via AC_DEFINE)
svn:ignore atom4te.cache directories
reautoconf of the whole tree
git-svn-id: svn://tug.org/texlive/trunk@6773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gsftopk')
-rw-r--r-- | Build/source/texk/gsftopk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/gsftopk/acconfig.h | 0 | ||||
-rw-r--r-- | Build/source/texk/gsftopk/c-auto.in | 104 | ||||
-rw-r--r-- | Build/source/texk/gsftopk/configure.in | 6 | ||||
-rw-r--r-- | Build/source/texk/gsftopk/stamp-aclocal | 1 | ||||
-rw-r--r-- | Build/source/texk/gsftopk/stamp-auto.in | 2 |
6 files changed, 88 insertions, 29 deletions
diff --git a/Build/source/texk/gsftopk/ChangeLog b/Build/source/texk/gsftopk/ChangeLog index 70bdc630687..7101504aec1 100644 --- a/Build/source/texk/gsftopk/ChangeLog +++ b/Build/source/texk/gsftopk/ChangeLog @@ -1,3 +1,7 @@ +2008-02-27 Peter Breitenlohner <peb@mppmu.mpg.de> + * acconfig.h: removed (empty file). + * configure.in: stricter m4 quoting. + 2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de> Convert from autoconf-2.13 to autoconf-2.59+: diff --git a/Build/source/texk/gsftopk/acconfig.h b/Build/source/texk/gsftopk/acconfig.h deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Build/source/texk/gsftopk/acconfig.h +++ /dev/null diff --git a/Build/source/texk/gsftopk/c-auto.in b/Build/source/texk/gsftopk/c-auto.in index 8860af89b38..0011665e1b5 100644 --- a/Build/source/texk/gsftopk/c-auto.in +++ b/Build/source/texk/gsftopk/c-auto.in @@ -1,40 +1,94 @@ -/* c-auto.in. Generated automatically from configure.in by autoheader. */ +/* c-auto.in. Generated from configure.in by autoheader. */ -/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the `fork' function. */ +#undef HAVE_FORK -/* Define if you have <vfork.h>. */ -#undef HAVE_VFORK_H +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H -/* Define to `int' if <sys/types.h> doesn't define. */ -#undef pid_t +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE +/* Define to 1 if you have the `poll' function. */ +#undef HAVE_POLL -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define to 1 if you have the <poll.h> header file. */ +#undef HAVE_POLL_H -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#undef TIME_WITH_SYS_TIME +/* Define to 1 if you have the <select.h> header file. */ +#undef HAVE_SELECT_H -/* Define vfork as fork if vfork does not work. */ -#undef vfork +/* Define to 1 if you have the `sigaction' function. */ +#undef HAVE_SIGACTION -/* Define if you have the poll function. */ -#undef HAVE_POLL +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H -/* Define if you have the sigaction function. */ -#undef HAVE_SIGACTION +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H -/* Define if you have the <poll.h> header file. */ -#undef HAVE_POLL_H +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H -/* Define if you have the <select.h> header file. */ -#undef HAVE_SELECT_H +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H -/* Define if you have the <sys/select.h> header file. */ +/* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H -/* Define if you have the <sys/time.h> header file. */ +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `vfork' function. */ +#undef HAVE_VFORK + +/* Define to 1 if you have the <vfork.h> header file. */ +#undef HAVE_VFORK_H + +/* Define to 1 if `fork' works. */ +#undef HAVE_WORKING_FORK + +/* Define to 1 if `vfork' works. */ +#undef HAVE_WORKING_VFORK + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +#undef TIME_WITH_SYS_TIME + +/* Define to `int' if <sys/types.h> does not define. */ +#undef pid_t + +/* Define as `fork' if `vfork' does not work. */ +#undef vfork diff --git a/Build/source/texk/gsftopk/configure.in b/Build/source/texk/gsftopk/configure.in index 585c190c80c..e81367859fa 100644 --- a/Build/source/texk/gsftopk/configure.in +++ b/Build/source/texk/gsftopk/configure.in @@ -13,15 +13,15 @@ sinclude(../kpathsea/withenable.ac) dnl Checks for header files. AC_HEADER_SYS_WAIT AC_HEADER_TIME -AC_CHECK_HEADERS(poll.h sys/time.h) +AC_CHECK_HEADERS([poll.h sys/time.h]) dnl Checks for library functions. AC_FUNC_VFORK AC_TYPE_SIGNAL -AC_CHECK_FUNCS(poll sigaction) +AC_CHECK_FUNCS([poll sigaction]) if test "$ac_cv_header_poll_h" = no || test "$ac_cv_func_poll" = no; then - AC_CHECK_HEADERS(sys/select.h select.h) + AC_CHECK_HEADERS([sys/select.h select.h]) fi KPSE_CONFIG_FILES([Makefile]) diff --git a/Build/source/texk/gsftopk/stamp-aclocal b/Build/source/texk/gsftopk/stamp-aclocal new file mode 100644 index 00000000000..4284274235b --- /dev/null +++ b/Build/source/texk/gsftopk/stamp-aclocal @@ -0,0 +1 @@ +Fri Feb 29 13:37:02 CET 2008 diff --git a/Build/source/texk/gsftopk/stamp-auto.in b/Build/source/texk/gsftopk/stamp-auto.in index 0f1ac0fbc85..f4191f6419a 100644 --- a/Build/source/texk/gsftopk/stamp-auto.in +++ b/Build/source/texk/gsftopk/stamp-auto.in @@ -1 +1 @@ -Mo Aug 22 08:28:54 CEST 2005 +Fri Feb 29 13:37:03 CET 2008 |