summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.9.1/autogen.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-18 14:31:23 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-18 14:31:23 +0200
commit878707bd943a04fc8e3a55a151499359e81ce780 (patch)
tree1841969cac654ea210ca65f80b3226b2e881b207 /patches/logrotate-3.9.1/autogen.sh
parent256957ac85cfedd530f9236d367a403b718f7a67 (diff)
downloadptxdist-878707bd943a04fc8e3a55a151499359e81ce780.tar.gz
ptxdist-878707bd943a04fc8e3a55a151499359e81ce780.tar.xz
logrotate: version bump to 3.9.1
- compile using autotools instead of hand craftet build system - add example config file - add example systemd timer and service Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'patches/logrotate-3.9.1/autogen.sh')
-rwxr-xr-xpatches/logrotate-3.9.1/autogen.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/logrotate-3.9.1/autogen.sh b/patches/logrotate-3.9.1/autogen.sh
new file mode 100755
index 000000000..4e86a7342
--- /dev/null
+++ b/patches/logrotate-3.9.1/autogen.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+set -e
+
+touch NEWS README AUTHORS ChangeLog
+
+aclocal $ACLOCAL_FLAGS
+
+libtoolize \
+ --force \
+ --copy
+
+autoreconf \
+ --force \
+ --install \
+ --warnings=cross \
+ --warnings=syntax \
+ --warnings=obsolete \
+ --warnings=unsupported