You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
509 B

diff -uNr jbig2dec-0.18/autogen.sh jbig2dec-0.18.mod/autogen.sh
--- jbig2dec-0.18/autogen.sh 2020-03-12 14:26:37.000000000 +0200
+++ jbig2dec-0.18.mod/autogen.sh 2020-04-05 21:53:20.165790568 +0300
@@ -169,12 +169,3 @@
echo " autoconf"
autoconf
-
-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."
-else
- echo "running ./configure $@"
-fi
-
-$srcdir/configure "$@" && echo