add missing configure

This commit is contained in:
Andrew Pamment 2018-05-22 15:04:12 +10:00
parent 1ec411e936
commit e7a7133af2
12 changed files with 26827 additions and 28 deletions

View File

@ -1,28 +0,0 @@
Makefile
Makefile.in
stamp-h
stamp-h1
stamp-h.in
confdefs.h
config.*
configure
configure.lineno
configure.scan
depcomp
compile
missing
mkinstalldirs
install-sh
aclocal.m4
libtool
ltconfig
ltmain.sh
autom4te.cache
autoscan.log
uuid.pc
*.tar.gz
*.o
*.la
*.lo
.deps/
.libs/

1051
deps/libuuid/Makefile.in vendored Normal file

File diff suppressed because it is too large Load Diff

10199
deps/libuuid/aclocal.m4 vendored Normal file

File diff suppressed because it is too large Load Diff

1
deps/libuuid/compile vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.15/compile

1
deps/libuuid/config.guess vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.15/config.guess

151
deps/libuuid/config.h.in vendored Normal file
View File

@ -0,0 +1,151 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the declaration of `_SC_HOST_NAME_MAX', and to 0 if
you don't. */
#undef HAVE_DECL__SC_HOST_NAME_MAX
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET
/* Define to 1 if you have the `srandom' function. */
#undef HAVE_SRANDOM
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* 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 the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* 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 home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT32_T
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT64_T
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT8_T
/* Define to the type of a signed integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef int32_t
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t
/* Define to the type of an unsigned integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef uint16_t
/* Define to the type of an unsigned integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef uint32_t
/* Define to the type of an unsigned integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef uint64_t
/* Define to the type of an unsigned integer type of width exactly 8 bits if
such a type exists and the standard includes do not define it. */
#undef uint8_t

1
deps/libuuid/config.sub vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.15/config.sub

15419
deps/libuuid/configure vendored Executable file

File diff suppressed because it is too large Load Diff

1
deps/libuuid/depcomp vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.15/depcomp

1
deps/libuuid/install-sh vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.15/install-sh

1
deps/libuuid/ltmain.sh vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/libtool/build-aux/ltmain.sh

1
deps/libuuid/missing vendored Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.15/missing