X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=b2a694be5ea6c15780f866289379d05efeb5679d;hb=1fe3e6cc2add04d9a4b7fd314cf75b619594b127;hp=d37f5fe9d74ee2723514009242ecccb0bd2f2056;hpb=221574353d7824da01483b39b5044c366431e85c;p=sigrok-gtk.git diff --git a/autogen.sh b/autogen.sh index d37f5fe..b2a694b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh ## -## This file is part of the sigrok project. +## This file is part of the sigrok-gtk project. ## ## Copyright (C) 2010 Bert Vermeulen ## @@ -52,6 +52,6 @@ echo "Generating build system..." ${LIBTOOLIZE} --install --copy --quiet || exit 1 aclocal ${ACLOCAL_DIR} || exit 1 # autoheader || exit 1 -automake --add-missing --copy --foreign || exit 1 +automake --add-missing --copy || exit 1 autoconf || exit 1