diff options
Diffstat (limited to 'm4/Makefile.in')
-rw-r--r-- | m4/Makefile.in | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in index de92c33f1..e14d9fb61 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -66,11 +66,10 @@ DOCBOOK_TO_TEXI = @DOCBOOK_TO_TEXI@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ +EGDLIBS = @EGDLIBS@ EGREP = @EGREP@ ENABLE_BZIP2_SUPPORT_FALSE = @ENABLE_BZIP2_SUPPORT_FALSE@ ENABLE_BZIP2_SUPPORT_TRUE = @ENABLE_BZIP2_SUPPORT_TRUE@ -ENABLE_CARD_SUPPORT_FALSE = @ENABLE_CARD_SUPPORT_FALSE@ -ENABLE_CARD_SUPPORT_TRUE = @ENABLE_CARD_SUPPORT_TRUE@ ENABLE_LOCAL_ZLIB_FALSE = @ENABLE_LOCAL_ZLIB_FALSE@ ENABLE_LOCAL_ZLIB_TRUE = @ENABLE_LOCAL_ZLIB_TRUE@ EXEEXT = @EXEEXT@ @@ -80,10 +79,7 @@ GETOPT = @GETOPT@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GPGKEYS_HKP = @GPGKEYS_HKP@ -GPGKEYS_HTTP = @GPGKEYS_HTTP@ GPGKEYS_LDAP = @GPGKEYS_LDAP@ -GPGKEYS_LDAP_FALSE = @GPGKEYS_LDAP_FALSE@ -GPGKEYS_LDAP_TRUE = @GPGKEYS_LDAP_TRUE@ GPGKEYS_MAILTO = @GPGKEYS_MAILTO@ HAVE_ASPRINTF = @HAVE_ASPRINTF@ HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@ @@ -111,8 +107,6 @@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIBUSB_LIBS = @LIBUSB_LIBS@ -LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ @@ -139,13 +133,12 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ POSUB = @POSUB@ RANLIB = @RANLIB@ -REGEX_O = @REGEX_O@ SENDMAIL = @SENDMAIL@ SET_MAKE = @SET_MAKE@ SHA512_O = @SHA512_O@ SHELL = @SHELL@ -SRVLIBS = @SRVLIBS@ STRIP = @STRIP@ +TIGER_O = @TIGER_O@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ @@ -194,7 +187,7 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 subdir = m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs |