summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: cd && ln as advised by Autoconf manualHEADmasterP. J. McDermott2023-10-161-6/+8
| | | | https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/Particular-Programs.html#index-AC_005fPROG_005fLN_005fS-1
* build, man: Add manual pageP. J. McDermott2023-10-141-0/+10
|
* build: Simplify a sed script and echo/rm commandsP. J. McDermott2023-10-141-5/+3
|
* build: Fix path to executable in dist-hookP. J. McDermott2023-10-061-1/+2
|
* build: Make dist-hook depend on programP. J. McDermott2023-10-061-0/+8
|
* main: Set text domain and localeP. J. McDermott2023-10-061-1/+1
|
* build: gettextizeP. J. McDermott2023-10-061-1/+3
|
* build: Generate "FORMATS" file in $(distdir)P. J. McDermott2023-10-051-4/+8
| | | | | | Fixes: make[2]: *** No rule to make target 'FORMATS', needed by 'distdir-am'. Stop.
* build: Automake broke the test suite summaryP. J. McDermott2023-10-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | Because of this in our Makefile.am: PACKAGE_VERSION_GIT = $$(git describe --tags --dirty | sed 's|^[^/-]*[/-]||') PACKAGE_STRING = $(PACKAGE_NAME) $(PACKAGE_VERSION_GIT) and this in Automake lib/am/check.am since version 1.16.3: AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' the test suite summary header came out like this: /bin/bash: -c: line 64: syntax error near unexpected token `(' /bin/bash: -c: line 64: `echo "${col}Testsuite summary"' for @ 1.0.0$(printf ' (%s)' "$({ git describe --tags --dirty 2>/dev/null || printf '%s-g%s' "$(git rev-list --count HEAD)" "$(git describe --tags --dirty --always)"; } | sed 's|^.*/||')")'"${std}"; \' but is now fixed to look like this: ============================================================================ Testsuite summary for @ 1.0.0 (93-g86a7f46-dirty) ============================================================================
* build: Optionally install "@" symbolic linkP. J. McDermott2023-10-051-0/+15
|
* build: Rename binary to "atsign"P. J. McDermott2023-10-051-9/+9
| | | | | | Fixes: gcc: error: @-file refers to a directory
* Update copyright yearsP. J. McDermott2022-03-221-1/+1
|
* README, build: Generate list of formatsP. J. McDermott2022-03-211-1/+18
|
* build: Simplify dist-hookP. J. McDermott2022-03-211-8/+6
|
* build-aux/tap-driver.sh: New file from AutomakeP. J. McDermott2022-03-171-0/+1
| | | | https://git.savannah.gnu.org/cgit/automake.git/plain/lib/tap-driver.sh
* build: Drop unnecessary $(DATA)P. J. McDermott2021-08-291-1/+1
|
* Initial commitP. J. McDermott2021-08-281-0/+114