summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-04-05 21:09:55 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-04-06 07:33:36 +0300
commit9c6c1cd005bb037c40f3e1a2f0ce1492a70ec33f (patch)
tree2f5a4080e156c4080497ed01774398f3a6989188 /configure.ac
parent612f9a557fc97f23711e3c6c55f3e601ac4ac32d (diff)
downloadmailutils-9c6c1cd005bb037c40f3e1a2f0ce1492a70ec33f.tar.gz
mailutils-9c6c1cd005bb037c40f3e1a2f0ce1492a70ec33f.tar.bz2
Minor improvement in gitinfo.h production
* Makefile.am: Minor change. * include/mailutils/Makefile.am (gitinfo.h): Build only if $(srcdir) and $(builddir) are the same. * mu-aux/gitinfo.pl: Rename to mu-aux/gitinfo * configure.ac (GITINFO): Reflect this change * mu-aux/Makefile.am: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 938269b47..6e7c01703 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1374,7 +1374,7 @@ AC_PATH_PROG([PERL], perl)
if test -z "$PERL"; then
PERL=false
fi
-AC_SUBST([GITINFO],'$(PERL) $(mu_aux_dir)/gitinfo.pl')
+AC_SUBST([GITINFO],'$(PERL) $(mu_aux_dir)/gitinfo')
AC_CONFIG_COMMANDS([status],[
cat <<EOF

Return to:

Send suggestions and report system problems to the System administrator.