1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Regenerated.

This commit is contained in:
Bruno Haible
2003-05-07 13:27:28 +00:00
parent e2e743c254
commit 7f09156d07
6 changed files with 10214 additions and 2598 deletions

2210
configure vendored

File diff suppressed because it is too large Load Diff

2092
doc/configure vendored

File diff suppressed because it is too large Load Diff

4038
lib/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,23 +1,20 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Define if the C++ compiler supports stack-allocated variable-size arrays.
*/
#undef HAVE_DYNAMIC_ARRAY
/* Define if the C++ compiler supports "throw ()" declarations. */
#undef HAVE_THROW_DECL
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define if you have the getrlimit function. */
#undef HAVE_GETRLIMIT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define if you have the setrlimit function. */
#undef HAVE_SETRLIMIT
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the version of this package. */
#undef PACKAGE_VERSION

2
src/configure vendored
View File

@@ -270,7 +270,7 @@ PACKAGE_VERSION=
PACKAGE_STRING=
PACKAGE_BUGREPORT=
ac_unique_file="gen-perf.cc"
ac_unique_file="main.cc"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP CXX CXXFLAGS ac_ct_CXX CXXCPP INSTALL INSTALL_PROGRAM INSTALL_DATA GPERF_LIBM LIBOBJS LTLIBOBJS'
ac_subst_files=''

4001
tests/configure vendored

File diff suppressed because it is too large Load Diff