mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
ed4f739f62
* Makefile.am (SUBDIRS): Add gnulib-tests. (EXTRA_DIST): Distribute also update-copyright script. This does not happen automatically because we manually remove ./lib directory created by gnulib-tool. Not having the file distributed causes 'make check' failure, however. (dotversion): Fix to point to $(top_srcdir). * bootstrap.conf (gnulib_tool_options): Add gnulib-tool args needed to successfully install gnulib's tests. * configure.ac (CONFIG_STATUS_DEPENDENCIES): Look for .version in $(top_srcdir). * gnulib: Sync with upstream. * build-aux/.gitignore: Ignore ar-lib coming from automake.
76 lines
681 B
Plaintext
76 lines
681 B
Plaintext
*.aux
|
|
*.cp
|
|
*.cps
|
|
*.dvi
|
|
*.exe
|
|
*.fn
|
|
*.info*
|
|
*.ky
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.pdf
|
|
*.pg
|
|
*.ps
|
|
*.rej
|
|
*.toc
|
|
*.tp
|
|
*.vr
|
|
*~
|
|
+build
|
|
+dest
|
|
+inst
|
|
.#*
|
|
.*.prcs_aux
|
|
.DS_Store
|
|
.deps
|
|
.dirstamp
|
|
.gdb_history
|
|
.gitmodules
|
|
.libs
|
|
/.pc
|
|
/.sc-start*
|
|
/.serial
|
|
/.version
|
|
/COPYING
|
|
/ChangeLog
|
|
/GNUmakefile
|
|
/INSTALL
|
|
/README-release
|
|
/gnulib-local
|
|
/gnulib-tests
|
|
/libtoolize
|
|
/libtoolize.in
|
|
/maint.mk
|
|
/patches
|
|
/release
|
|
Makefile
|
|
Makefile.in
|
|
README
|
|
\#*#
|
|
_libs
|
|
acinclude.m4
|
|
aclocal.m4
|
|
atconfig
|
|
autom4te.cache
|
|
config-h.in
|
|
config.*
|
|
configure
|
|
conftest*
|
|
libtool
|
|
libtool-*.tar.bz2
|
|
libtool-*.tar.gz
|
|
libtool-*.tar.lzma
|
|
libtool-*.tar.xz
|
|
manual.html
|
|
patches
|
|
stamp-*
|
|
testdir*
|
|
testsuite
|
|
testsuite.dir
|
|
testsuite.log
|
|
vc-diffs
|