X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=58b16b7f282a13f2ff852effb6af38aa52a6a95f;hb=276d22907067a346327fd977236fc39f60bc450e;hp=0000000000000000000000000000000000000000;hpb=4601da7e62a5d4a380670c011a8460b7e44a4705;p=libsigrokflow.git diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..58b16b7 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,24 @@ +#!/bin/sh -e +## +## This file is part of the libsigrokflow project. +## +## Copyright (C) 2010-2012 Bert Vermeulen +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . +## + +test -n "$srcdir" || srcdir=`dirname "$0"` +test -n "$srcdir" || srcdir=. + +autoreconf --force --install --verbose "$srcdir"