summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-20 23:05:26 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-20 23:05:26 (EST)
commit6d76e26d1a877d418db42c460e741933d15c05e1 (patch)
tree846e32bdaf1703f3c4016f062d160672adc68d7a /autogen.sh
parent36a3f73cd01482f8efd838341884794b48c7fe75 (diff)
Switch to using GNU Automake
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2051523..c4a5ec8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Script to generate the build system.
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -21,6 +21,7 @@ This file is generated upon release. Run \`git log\` for a list of changes.
EOF
aclocal
autoconf
+ automake --add-missing --copy
)}
"${srcdir}/configure" "${@}"