diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 16:51:31 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 16:51:31 (EDT) |
commit | e3bc617e20ab69d4c0285f33eac4fc64afcaae86 (patch) | |
tree | 445531419aecf464548d51dc03c315cad1ad98de /autogen.sh | |
parent | 88bf8172ee60504b9d8bd6d2b337097d3cb9aa32 (diff) |
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 28c30e4..0000000 --- a/autogen.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# Script to generate the build system. -# -# 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 -# notice and this notice are preserved. This file is offered as-is, -# without any warranty. - -set -e - -srcdir="${0%/*}" - -{( - cd "${srcdir}" - [ -d build-aux ] || mkdir build-aux - cat >ChangeLog <<-EOF -This file is generated upon release. Run \`git log\` for a list of changes. -EOF - aclocal - autoconf - autoheader - automake --add-missing --copy -)} - -"${srcdir}/configure" "${@}" |