[beast: 13/23] BUILD: autogen.sh: cleanups, leave ChangeLog alone



commit 4aa3e55067d4440f00c77f7620ca89d28b68368c
Author: Tim Janik <timj gnu org>
Date:   Thu Oct 8 23:18:25 2015 +0200

    BUILD: autogen.sh: cleanups, leave ChangeLog alone
    
    Signed-off-by: Tim Janik <timj gnu org>

 autogen.sh |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 2dd2d70..1533848 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,17 +1,11 @@
 #!/bin/bash
 
-CONFIGURE_OPTIONS=
-
 echo "$0: Cleaning configure caches..."
 rm -rf autom4te.cache/
 rm -f  config.cache
 
-# automake *requires* ChangeLog
-echo "$0: Enforce ChangeLog presence"
-test -e ChangeLog || TZ=GMT0 touch ChangeLog -t 190112132145.52
-
 echo "$0: autoreconf -vfsi -Wno-portability"
 autoreconf -vfsi -Wno-portability || exit $?
 
-echo "$0: ./configure $CONFIGURE_OPTIONS $@"
-./configure $CONFIGURE_OPTIONS "$@" || exit $?
+echo "$0: ./configure $*"
+./configure "$@" || exit $?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]