Skip to content
  • Colin Watson's avatar
    Switch to bootstrap · 9b7b0d22
    Colin Watson authored
    We no longer keep autogenerated files in git.
    
    * .gitignore: Add **/Makefile.in, /INSTALL, /aclocal.m4, /build-aux,
    /config.h.in, /configure, /gl, and /gnulib.  Remove gnulib/*.
    * INSTALL, Makefile.in, aclocal.m4, autogen.sh, build-aux, config.h.in,
    configure, gnulib, lib/Makefile.in, man/Makefile.in, tests/Makefile.in:
    Remove.
    * bootstrap, bootstrap.conf: New files.
    * Makefile.am (SUBDIRS, EXTRA_DIST, ACLOCAL_AMFLAGS): Refer to gl/
    rather than gnulib/ (gnulib/ now contains pristine source).
    (EXTRA_DIST): Replace autogen.sh with bootstrap and bootstrap.conf.
    Remove gnulib/m4/gnulib-cache.m4 and gnulib/m4/gnulib-tool.m4.
    * configure.ac (AC_CONFIG_FILES): Refer to gl/ rather than gnulib/.
    * lib/Makefile.am (libpipeline_la_CPPFLAGS, libpipeline_la_LIBADD):
    Likewise.
    * tests/Makefile.am (LIBS, AM_CPPFLAGS): Likewise.
    * release.sh: Call ./bootstrap rather than ./autogen.sh.
    9b7b0d22