Skip to content

Commit 2b70773

Browse files
author
michael
committed
autotools update (iconv?)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1200 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
1 parent 7451681 commit 2b70773

File tree

4 files changed

+10999
-126
lines changed

4 files changed

+10999
-126
lines changed

Makefile.in

+5-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,9 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
6464
TODO config.guess config.rpath config.sub depcomp install-sh \
6565
ltmain.sh missing mkinstalldirs
6666
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67-
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
68-
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
69-
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
70-
$(top_srcdir)/curses.m4 $(top_srcdir)/ax_python_devel.m4 \
71-
$(top_srcdir)/drivers.m4 $(top_srcdir)/plugins.m4 \
72-
$(top_srcdir)/configure.in
67+
am__aclocal_m4_deps = $(top_srcdir)/curses.m4 \
68+
$(top_srcdir)/ax_python_devel.m4 $(top_srcdir)/drivers.m4 \
69+
$(top_srcdir)/plugins.m4 $(top_srcdir)/configure.in
7370
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
7471
$(ACLOCAL_M4)
7572
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -171,11 +168,13 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
171168
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172169
LD = @LD@
173170
LDFLAGS = @LDFLAGS@
171+
LIBICONV = @LIBICONV@
174172
LIBOBJS = @LIBOBJS@
175173
LIBS = @LIBS@
176174
LIBTOOL = libtool
177175
LIPO = @LIPO@
178176
LN_S = @LN_S@
177+
LTLIBICONV = @LTLIBICONV@
179178
LTLIBOBJS = @LTLIBOBJS@
180179
MAKEINFO = @MAKEINFO@
181180
MANIFEST_TOOL = @MANIFEST_TOOL@

0 commit comments

Comments
 (0)