aboutsummaryrefslogtreecommitdiffstats
path: root/install-sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move helper scripts to build-aux.Werner Koch2014-01-101-527/+0
| | | | | | | | | | * compile, config.guess, config.rpath, config.sub, depcomp, ltmain.sh * doc/mdate-sh, doc/texinfo.tex, install-sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Remove config.rpath - it is implicitly distributed. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New.
* Update helper scripts.Werner Koch2013-02-221-174/+378
| | | | | | | | | * compile, config.guess, config.rpath, config.sub, depcomp, * install-sh, mkinstalldirs: Update to current versions from gnulib. -- Some of them have not been updated here in over 8 years, time to fix that.
* Switched to automake 1.9.libassuan-0-6-9Werner Koch2004-12-221-224/+253
|
* Cleanups for newer autoconf.Werner Koch2003-07-291-53/+96
|
* 2003-02-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-181-0/+251
* AUTHORS: New file. * INSTALL: New file. * Makefile.am: New file. * NEWS: New file. * README: New file. * autogen.sh: New file, copied from newpg. * configure.ac: New file, imported from newpg. * depcomp: New file. * install-sh: New file. * missing: New file. * mkinstalldirs: New file. * doc: New directory. * src: New directory. * tests: New directory.