Make merging from gnulib a script, not a makefile action.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2012 02:33:13 +0000 (19:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2012 02:33:13 +0000 (19:33 -0700)
commit9b4ee6166fd8da5f8006a265f775d84e60c15be7
tree93ab66a914aecf8114ce919fab4cc34ed0ae0d5b
parentb847032c75e0cb4041a8736886e7054beb6f8696
Make merging from gnulib a script, not a makefile action.

Putting it in a makefile has some problems with reflection, as
merging from gnulib updates 'configure', which can update the makefile.
Putting it in a standalone script breaks this loop.
* Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
(GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
Remove, moving the actions to the script admin/merge-gnulib.
* admin/merge-gnulib: New script, with actions moved here from
../Makefile.in.
ChangeLog
Makefile.in
admin/ChangeLog
admin/merge-gnulib [new file with mode: 0755]