@@ -116,29 +116,16 @@ noinst_PROGRAMS = mkbuiltins$(EXEEXT) psize$(EXEEXT) \
116
116
subdir = .
117
117
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
118
118
am__aclocal_m4_deps = $(top_srcdir ) /m4/gettext.m4 \
119
- $(top_srcdir ) /m4/iconv.m4 $(top_srcdir ) /m4/libtool.m4 \
120
- $(top_srcdir ) /m4/longlong.m4 $(top_srcdir ) /m4/ltoptions.m4 \
121
- $(top_srcdir ) /m4/ltsugar.m4 $(top_srcdir ) /m4/ltversion.m4 \
122
- $(top_srcdir ) /m4/lt~obsolete.m4 $(top_srcdir ) /m4/bash-rules.m4 \
123
- $(top_srcdir ) /m4/stat-time.m4 $(top_srcdir ) /m4/timespec.m4 \
124
- $(top_srcdir ) /m4/strtoimax.m4 $(top_srcdir ) /m4/codeset.m4 \
125
- $(top_srcdir ) /m4/extern-inline.m4 $(top_srcdir ) /m4/fcntl-o.m4 \
126
- $(top_srcdir ) /m4/glibc2.m4 $(top_srcdir ) /m4/glibc21.m4 \
127
- $(top_srcdir ) /m4/host-cpu-c-abi.m4 $(top_srcdir ) /m4/intdiv0.m4 \
128
- $(top_srcdir ) /m4/intl.m4 $(top_srcdir ) /m4/intlmacosx.m4 \
129
- $(top_srcdir ) /m4/intldir.m4 $(top_srcdir ) /m4/intmax.m4 \
130
- $(top_srcdir ) /m4/inttypes-pri.m4 $(top_srcdir ) /m4/inttypes.m4 \
131
- $(top_srcdir ) /m4/inttypes_h.m4 $(top_srcdir ) /m4/lcmessage.m4 \
132
- $(top_srcdir ) /m4/lib-ld.m4 $(top_srcdir ) /m4/lib-link.m4 \
133
- $(top_srcdir ) /m4/lib-prefix.m4 $(top_srcdir ) /m4/lock.m4 \
119
+ $(top_srcdir ) /m4/host-cpu-c-abi.m4 $(top_srcdir ) /m4/iconv.m4 \
120
+ $(top_srcdir ) /m4/intlmacosx.m4 $(top_srcdir ) /m4/lib-ld.m4 \
121
+ $(top_srcdir ) /m4/lib-link.m4 $(top_srcdir ) /m4/lib-prefix.m4 \
122
+ $(top_srcdir ) /m4/libtool.m4 $(top_srcdir ) /m4/longlong.m4 \
123
+ $(top_srcdir ) /m4/ltoptions.m4 $(top_srcdir ) /m4/ltsugar.m4 \
124
+ $(top_srcdir ) /m4/ltversion.m4 $(top_srcdir ) /m4/lt~obsolete.m4 \
134
125
$(top_srcdir ) /m4/nls.m4 $(top_srcdir ) /m4/po.m4 \
135
- $(top_srcdir ) /m4/printf-posix.m4 $(top_srcdir ) /m4/progtest.m4 \
136
- $(top_srcdir ) /m4/pthread_rwlock_rdlock.m4 \
137
- $(top_srcdir ) /m4/size_max.m4 $(top_srcdir ) /m4/stdint_h.m4 \
138
- $(top_srcdir ) /m4/threadlib.m4 $(top_srcdir ) /m4/uintmax_t.m4 \
139
- $(top_srcdir ) /m4/ulonglong.m4 $(top_srcdir ) /m4/visibility.m4 \
140
- $(top_srcdir ) /m4/wchar_t.m4 $(top_srcdir ) /m4/wint_t.m4 \
141
- $(top_srcdir ) /m4/xsize.m4 $(top_srcdir ) /configure.ac
126
+ $(top_srcdir ) /m4/progtest.m4 $(top_srcdir ) /m4/bash-rules.m4 \
127
+ $(top_srcdir ) /m4/stat-time.m4 $(top_srcdir ) /m4/timespec.m4 \
128
+ $(top_srcdir ) /configure.ac
142
129
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
143
130
$(ACLOCAL_M4 )
144
131
DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
@@ -147,8 +134,8 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
147
134
configure.lineno config.status.lineno
148
135
mkinstalldirs = $(SHELL ) $(top_srcdir ) /support/mkinstalldirs
149
136
CONFIG_HEADER = config.h
150
- CONFIG_CLEAN_FILES = intl/Makefile doc/Makefile pathnames.hh \
151
- support/bash.pc support/ bashbug.sh
137
+ CONFIG_CLEAN_FILES = doc/Makefile pathnames.hh support/bash.pc \
138
+ support/bashbug.sh
152
139
CONFIG_CLEAN_VPATH_FILES =
153
140
am__installdirs = "$(DESTDIR )$(bindir ) "
154
141
PROGRAMS = $(bin_PROGRAMS ) $(noinst_PROGRAMS )
@@ -165,7 +152,7 @@ am__bash_SOURCES_DIST = shell.cc eval.cc parse.yy general.cc parser.cc \
165
152
general.hh hashcmd.hh hashlib.hh input.hh jobs.hh parser.hh \
166
153
patchlevel.hh pathexp.hh pcomplete.hh quit.hh shell.hh sig.hh \
167
154
siglist.hh subst.hh syntax.hh trap.hh variables.hh \
168
- include/chartypes.hh include/filecntl.hh include/gettext.hh \
155
+ include/chartypes.hh include/filecntl.hh include/gettext.h \
169
156
include/maxpath.hh include/posixdir.hh include/posixselect.hh \
170
157
include/posixstat.hh include/posixtime.hh include/posixwait.hh \
171
158
include/shmbchar.hh include/shmbutil.hh include/shtty.hh \
@@ -581,7 +568,6 @@ am__define_uniq_tagged_files = \
581
568
DIST_SUBDIRS = $(SUBDIRS )
582
569
am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in \
583
570
$(srcdir ) /pathnames.hh.in $(top_srcdir ) /doc/Makefile.in \
584
- $(top_srcdir ) /intl/Makefile.in \
585
571
$(top_srcdir ) /support/bash.pc.in \
586
572
$(top_srcdir ) /support/bashbug.sh.in \
587
573
$(top_srcdir ) /support/compile \
@@ -651,12 +637,9 @@ AUTOHEADER = @AUTOHEADER@
651
637
AUTOMAKE = @AUTOMAKE@
652
638
AWK = @AWK@
653
639
BASHVERS = @BASHVERS@
654
- BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
655
- CATOBJEXT = @CATOBJEXT@
656
640
CC = @CC@
657
641
CCDEPMODE = @CCDEPMODE@
658
642
CFLAGS = @CFLAGS@
659
- CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
660
643
CPP = @CPP@
661
644
CPPFLAGS = @CPPFLAGS@
662
645
CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
@@ -669,7 +652,6 @@ CXXFLAGS = @CXXFLAGS@
669
652
CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
670
653
CXX_FOR_BUILD = @CXX_FOR_BUILD@
671
654
CYGPATH_W = @CYGPATH_W@
672
- DATADIRNAME = @DATADIRNAME@
673
655
DEBUGGER_START_FILE = @DEBUGGER_START_FILE@
674
656
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir ) \"
675
657
DEPDIR = @DEPDIR@
@@ -683,20 +665,10 @@ EGREP = @EGREP@
683
665
ETAGS = @ETAGS@
684
666
EXEEXT = @EXEEXT@
685
667
FGREP = @FGREP@
686
- GENCAT = @GENCAT@
687
668
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
688
- GLIBC2 = @GLIBC2@
689
- GLIBC21 = @GLIBC21@
690
669
GMSGFMT = @GMSGFMT@
691
670
GMSGFMT_015 = @GMSGFMT_015@
692
- GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
693
671
GREP = @GREP@
694
- HAVE_ASPRINTF = @HAVE_ASPRINTF@
695
- HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
696
- HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
697
- HAVE_SNPRINTF = @HAVE_SNPRINTF@
698
- HAVE_VISIBILITY = @HAVE_VISIBILITY@
699
- HAVE_WPRINTF = @HAVE_WPRINTF@
700
672
HELPDIR = @HELPDIR@
701
673
HELPDIRDEFINE = @HELPDIRDEFINE@
702
674
HELPFILES_TARGET = @HELPFILES_TARGET@
@@ -707,41 +679,28 @@ INSTALL_DATA = @INSTALL_DATA@
707
679
INSTALL_PROGRAM = @INSTALL_PROGRAM@
708
680
INSTALL_SCRIPT = @INSTALL_SCRIPT@
709
681
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
710
- INSTOBJEXT = @INSTOBJEXT@
711
- INTLBISON = @INTLBISON@
712
682
INTLLIBS = @INTLLIBS@
713
- INTLOBJS = @INTLOBJS@
714
- INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
715
- INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
716
683
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
717
684
LD = @LD@
718
685
LDFLAGS = @LDFLAGS@
719
686
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
720
687
LIBICONV = @LIBICONV@
721
688
LIBINTL = @LIBINTL@
722
- LIBMULTITHREAD = @LIBMULTITHREAD@
723
689
LIBOBJS = @LIBOBJS@
724
- LIBPTH = @LIBPTH@
725
- LIBPTH_PREFIX = @LIBPTH_PREFIX@
726
690
LIBS = @LIBS@
727
- LIBTHREAD = @LIBTHREAD@
728
691
LIBTOOL = @LIBTOOL@
729
692
LIPO = @LIPO@
730
693
LN_S = @LN_S@
731
- LTLIBC = @LTLIBC@
732
694
LTLIBICONV = @LTLIBICONV@
733
695
LTLIBINTL = @LTLIBINTL@
734
- LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
735
696
LTLIBOBJS = @LTLIBOBJS@
736
- LTLIBPTH = @LTLIBPTH@
737
- LTLIBTHREAD = @LTLIBTHREAD@
738
697
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
739
698
MAKEINFO = @MAKEINFO@
740
699
MANIFEST_TOOL = @MANIFEST_TOOL@
741
700
MKDIR_P = @MKDIR_P@
742
701
MSGFMT = @MSGFMT@
743
- MSGFMT_015 = @MSGFMT_015@
744
702
MSGMERGE = @MSGMERGE@
703
+ MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
745
704
NM = @NM@
746
705
NMEDIT = @NMEDIT@
747
706
OBJDUMP = @OBJDUMP@
@@ -757,7 +716,6 @@ PACKAGE_URL = @PACKAGE_URL@
757
716
PACKAGE_VERSION = @PACKAGE_VERSION@
758
717
PATH_SEPARATOR = @PATH_SEPARATOR@
759
718
POSUB = @POSUB@
760
- PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
761
719
PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
762
720
RANLIB = @RANLIB@
763
721
RELSTATUS = @RELSTATUS@
@@ -771,12 +729,8 @@ TERMCAP_DEP = @TERMCAP_DEP@
771
729
TERMCAP_LIB = @TERMCAP_LIB@
772
730
TESTSCRIPT = @TESTSCRIPT@
773
731
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
774
- USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
775
732
USE_NLS = @USE_NLS@
776
733
VERSION = @VERSION@
777
- WINDRES = @WINDRES@
778
- WOE32 = @WOE32@
779
- WOE32DLL = @WOE32DLL@
780
734
XGETTEXT = @XGETTEXT@
781
735
XGETTEXT_015 = @XGETTEXT_015@
782
736
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
@@ -863,7 +817,7 @@ bash_SOURCES = shell.cc eval.cc parse.yy general.cc parser.cc \
863
817
general.hh hashcmd.hh hashlib.hh input.hh jobs.hh parser.hh \
864
818
patchlevel.hh pathexp.hh pcomplete.hh quit.hh shell.hh sig.hh \
865
819
siglist.hh subst.hh syntax.hh trap.hh variables.hh \
866
- include/chartypes.hh include/filecntl.hh include/gettext.hh \
820
+ include/chartypes.hh include/filecntl.hh include/gettext.h \
867
821
include/maxpath.hh include/posixdir.hh include/posixselect.hh \
868
822
include/posixstat.hh include/posixtime.hh include/posixwait.hh \
869
823
include/shmbchar.hh include/shmbutil.hh include/shtty.hh \
@@ -1003,8 +957,6 @@ $(srcdir)/config.h.in: $(am__configure_deps)
1003
957
1004
958
distclean-hdr :
1005
959
-rm -f config.h stamp-h1
1006
- intl/Makefile : $(top_builddir ) /config.status $(top_srcdir ) /intl/Makefile.in
1007
- cd $(top_builddir ) && $(SHELL ) ./config.status $@
1008
960
doc/Makefile : $(top_builddir ) /config.status $(top_srcdir ) /doc/Makefile.in
1009
961
cd $(top_builddir ) && $(SHELL ) ./config.status $@
1010
962
pathnames.hh : $(top_builddir ) /config.status $(srcdir ) /pathnames.hh.in
0 commit comments