diff options
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ mkdir -p m4 autoreconf --verbose --force --install || exit $? cd "$cwd" -"$srcdir/configure" $@ +test -z "$NOCONFIGURE" && "$srcdir/configure" $@ |
![]() |
index : bitlbee-facebook | |
github.com/jgeboski/bitlbee-facebook with some local patches | Marius Halden |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | autogen.sh | 2 |
@@ -10,4 +10,4 @@ mkdir -p m4 autoreconf --verbose --force --install || exit $? cd "$cwd" -"$srcdir/configure" $@ +test -z "$NOCONFIGURE" && "$srcdir/configure" $@ |