aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-06 00:53:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-08 13:17:26 +0200
commit82cea00ef3edcc4661c6b08d8da52159f440c84a (patch)
treec352344435f418de5e4fa20b0ea4ff21cef684a4
parent3b998cf611397d1bb39bb944de0b442cfb7761b7 (diff)
downloadhardware_replicant_libsamsung-ipc-82cea00ef3edcc4661c6b08d8da52159f440c84a.tar.gz
hardware_replicant_libsamsung-ipc-82cea00ef3edcc4661c6b08d8da52159f440c84a.tar.bz2
hardware_replicant_libsamsung-ipc-82cea00ef3edcc4661c6b08d8da52159f440c84a.zip
autogen.sh: don't run ./configure
In project using autotools, autogen.sh scrips are common and are typically used to generate the ./configure script. While running ./configure in that script might speed up the setup for compiling libsamsung-ipc manually, packagers that know a bit about the autotools probably don't expect that script to run ./configure as well, as packagers typically run ./configure after autogen.sh. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 61289aa..a05bd7e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,5 +8,3 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-
-$srcdir/configure "$@"