fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] [PATCH 6/9] Use autoreconf in autogen.sh instead of calling


From: Antonio Ospite
Subject: [fluid-dev] [PATCH 6/9] Use autoreconf in autogen.sh instead of calling auto programs manually
Date: Wed, 8 Oct 2014 16:08:22 +0200

---
 fluidsynth/autogen.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/fluidsynth/autogen.sh b/fluidsynth/autogen.sh
index 17f24f4..7917bd3 100755
--- a/fluidsynth/autogen.sh
+++ b/fluidsynth/autogen.sh
@@ -4,9 +4,5 @@
 #pkg-config --version does actually nothing, but it will fail and give 'sort 
of' an error message...
 
 pkg-config --version > /dev/null    \
- && aclocal                         \
- && libtoolize -f                   \
- && autoheader                      \
- && autoconf                        \
- && automake -a
+ && autoreconf -is
 
-- 
2.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]