[Pkg-isocodes-devel] [iso-codes] 07/07: Rename autogen.sh to bootstrap and clean up commands

Tobias Quathamer toddy at moszumanska.debian.org
Wed Mar 2 21:14:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 149d5d4306ca3219f4587ec838c77621c068d391
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Wed Mar 2 22:12:11 2016 +0100

    Rename autogen.sh to bootstrap and clean up commands
---
 autogen.sh | 12 ------------
 bootstrap  |  5 +++++
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 1733313..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-topdir=`pwd`
-cd $srcdir
-aclocal
-autoconf
-automake --add-missing --foreign --copy
-cd $topdir
-$srcdir/configure $@
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..93c5e62
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+aclocal \
+&& automake --foreign --add-missing --copy \
+&& autoconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list