comparison Makefile.in @ 112310:e838cdd68eae

Use gnulib's getopt-gnu module.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 23:29:26 -0800
parents 1bd15f32eeb7
children ecce7818cd6f
comparison
equal deleted inserted replaced
112309:4cf733e4915a 112310:e838cdd68eae
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 = ftoastr mktime 333 GNULIB_MODULES = ftoastr getopt-gnu mktime
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)
399 ./config.status 399 ./config.status
400 400
401 config.status: ${srcdir}/configure ${srcdir}/lisp/version.el 401 config.status: ${srcdir}/configure ${srcdir}/lisp/version.el
402 ./config.status --recheck 402 ./config.status --recheck
403 403
404 AUTOCONF_INPUTS = @MAINT@ $(srcdir)/configure.in $(srcdir)/m4/getopt.m4 $(srcdir)/aclocal.m4 404 AUTOCONF_INPUTS = @MAINT@ $(srcdir)/configure.in $(srcdir)/aclocal.m4
405 405
406 $(srcdir)/configure: $(AUTOCONF_INPUTS) 406 $(srcdir)/configure: $(AUTOCONF_INPUTS)
407 cd ${srcdir} && autoconf 407 cd ${srcdir} && autoconf
408 408
409 ACLOCAL_INPUTS = @MAINT@ $(srcdir)/m4/gnulib-comp.m4 409 ACLOCAL_INPUTS = @MAINT@ $(srcdir)/m4/gnulib-comp.m4