Don't run configure from autogen.

This commit is contained in:
joerg 2014-11-27 13:30:04 +00:00
parent 03d254a087
commit 932140f1fa
2 changed files with 20 additions and 1 deletions

View file

@ -1,10 +1,11 @@
$NetBSD: distinfo,v 1.5 2013/10/20 17:46:15 joerg Exp $
$NetBSD: distinfo,v 1.6 2014/11/27 13:30:04 joerg Exp $
SHA1 (motif-2.3.4-src.tgz) = 49ecfe2a0939232ca78ce318d938044e7f751b6d
RMD160 (motif-2.3.4-src.tgz) = 96e1ed3c5b99d420e3e2e4eae1b5590961191a33
Size (motif-2.3.4-src.tgz) = 9527040 bytes
SHA1 (patch-Makefile.am) = 3185b240e3d6a60d3c04fa90fafe1af020de6a15
SHA1 (patch-acinclude.m4) = 71ee2d26411be9d195b22f74a328af8c1fcb5aab
SHA1 (patch-autogen.sh) = b334bec55c0a4aa5f27470cc4ff6401d08419a30
SHA1 (patch-clients_uil_UilDB.c) = 781b52e915e667eeb02359a51cfeefdb9556c4dd
SHA1 (patch-clients_uil_UilDefI.h) = 6447a306809e65b4993d79e14a989a01aed2e0bc
SHA1 (patch-clients_uil_UilDiags.c) = 39ac8307219b435baf3d1bf829809fcb6536b1a9

View file

@ -0,0 +1,18 @@
$NetBSD: patch-autogen.sh,v 1.1 2014/11/27 13:30:04 joerg Exp $
--- autogen.sh.orig 2014-11-26 13:30:56.000000000 +0000
+++ autogen.sh
@@ -12,13 +12,3 @@ aclocal -I .
autoconf
autoheader
automake --foreign --include-deps --add-missing
-
-if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
-fi
-
-cd "$THEDIR"
-
-$srcdir/configure "$@"
-