Skip to content

Commit 50c5051

Browse files
Removing the force option for the autogen.sh script
1 parent 0ccf6f0 commit 50c5051

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

autogen.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# this script if you know what you are doing with autoreconf.
1616

1717
runautoreconf() {
18-
autoreconf -fi src/smithlab_cpp;
19-
autoreconf -fi .;
18+
autoreconf -i src/smithlab_cpp && autoreconf -i .;
2019
}
2120

2221
if test -d .git && test "$(basename "${PWD}")" = "abismal"

0 commit comments

Comments
 (0)