blob: cac7ffbbc23d17a899fc5f84e4162c059e4b63e7 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/Makefile.am
2+++ b/Makefile.am
3@@ -4,7 +4,7 @@
4
5 ## Process this file with automake to produce Makefile.in
6
7-SUBDIRS = m4 po intl src emacs doc check
8+SUBDIRS = m4 src emacs doc check
9
10 EXTRA_DIST = m4/ChangeLog config.rpath README-WIN
11
12--- a/Makefile.in
13+++ b/Makefile.in
14@@ -117,7 +117,7 @@ am__CONFIG_DISTCLEAN_FILES = config.stat
15 configure.lineno config.status.lineno
16 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
17 CONFIG_HEADER = config.h
18-CONFIG_CLEAN_FILES = intl/Makefile
19+CONFIG_CLEAN_FILES =
20 CONFIG_CLEAN_VPATH_FILES =
21 AM_V_P = $(am__v_P_@AM_V@)
22 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
23@@ -177,7 +177,7 @@ CTAGS = ctags
24 CSCOPE = cscope
25 DIST_SUBDIRS = $(SUBDIRS)
26 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
27- $(top_srcdir)/intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
28+ ABOUT-NLS AUTHORS COPYING \
29 ChangeLog INSTALL NEWS README compile config.guess \
30 config.rpath config.sub install-sh ltmain.sh missing \
31 mkinstalldirs
32@@ -403,7 +403,7 @@ target_alias = @target_alias@
33 top_build_prefix = @top_build_prefix@
34 top_builddir = @top_builddir@
35 top_srcdir = @top_srcdir@
36-SUBDIRS = m4 po intl src emacs doc check
37+SUBDIRS = m4 src emacs doc check
38 EXTRA_DIST = m4/ChangeLog config.rpath README-WIN
39 ACLOCAL_AMFLAGS = -I m4
40 all: config.h
41--- a/configure.ac
42+++ b/configure.ac
43@@ -149,17 +149,6 @@ AC_MSG_RESULT($UINT32_TYPE)
44 AC_DEFINE_UNQUOTED(UINT32_TYPE,$UINT32_TYPE,unsigned 32 bit integer type)
45
46 dnl ----------------------------------------------------------------------
47-dnl Internationalization
48-
49-GETTEXT_PACKAGE=ccrypt
50-AC_SUBST(GETTEXT_PACKAGE)
51-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])
52-
53-AM_GNU_GETTEXT
54-AM_GNU_GETTEXT_VERSION([0.19.8])
55-dnl IT_PO_SUBDIR(po)
56-
57-dnl ----------------------------------------------------------------------
58 dnl Libtool (needed by intl/)
59
60 LT_INIT
61@@ -180,9 +169,7 @@ AC_SUBST(TAR)
62 dnl ----------------------------------------------------------------------
63 AC_CONFIG_FILES([doc/ccrypt.1
64 doc/ccguess.1
65- po/Makefile.in
66 m4/Makefile
67- intl/Makefile
68 Makefile
69 src/Makefile
70 emacs/Makefile
71--- a/src/Makefile.am
72+++ b/src/Makefile.am
73@@ -56,4 +56,4 @@ uninstall-local:
74 # internationalization stuff
75 localedir = $(datadir)/locale
76 AM_CPPFLAGS = @EXTRA_INCLUDES@ -I../intl -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\"
77-LIBS = @LIBINTL@ @LIBS@
78+LIBS = @LIBS@
79--- a/src/Makefile.in
80+++ b/src/Makefile.in
81@@ -278,7 +278,7 @@ LIBMULTITHREAD = @LIBMULTITHREAD@
82 LIBOBJS = @LIBOBJS@
83 LIBPTH = @LIBPTH@
84 LIBPTH_PREFIX = @LIBPTH_PREFIX@
85-LIBS = @LIBINTL@ @LIBS@
86+LIBS = @LIBS@
87 LIBTHREAD = @LIBTHREAD@
88 LIBTOOL = @LIBTOOL@
89 LIPO = @LIPO@