comparison Makefile.in @ 112304:9539682ee916

Use gnulib's ftoastr module.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 17:18:39 -0800
parents c428fb33aede
children 1bd15f32eeb7
comparison
equal deleted inserted replaced
112303:16ae11ee4ab8 112304:9539682ee916
328 git clone git://git.savannah.gnu.org/gnulib.git $@ 328 git clone git://git.savannah.gnu.org/gnulib.git $@
329 329
330 # Update modules from gnulib, for maintainers, who should have it in 330 # Update modules from gnulib, for maintainers, who should have it in
331 # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools 331 # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools
332 # as per $(gnulib_srcdir)/DEPENDENCIES. 332 # as per $(gnulib_srcdir)/DEPENDENCIES.
333 GNULIB_MODULES = dummy # Just a dummy for now, to establish the mechanism. 333 GNULIB_MODULES = ftoastr
334 GNULIB_TOOL_FLAGS = \ 334 GNULIB_TOOL_FLAGS = \
335 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk 335 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk
336 sync-from-gnulib: $(gnulib_srcdir) 336 sync-from-gnulib: $(gnulib_srcdir)
337 cd $(srcdir) && \ 337 cd $(srcdir) && \
338 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES) 338 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES)