Switch to unified view
a/autogen.sh | b/autogen.sh | ||
---|---|---|---|
1 | #!/bin/sh |
1 | #!/bin/sh |
2 | 2 | ||
3 | aclocal |
3 | aclocal |
4 | automake --force-missing --add-missing --copy
|
4 | automake --add-missing --copy |
5 | autoconf |
5 | autoconf |
a/autogen.sh | b/autogen.sh | ||
---|---|---|---|
1 | #!/bin/sh |
1 | #!/bin/sh |
2 | 2 | ||
3 | aclocal |
3 | aclocal |
4 | automake --force-missing --add-missing --copy
|
4 | automake --add-missing --copy |
5 | autoconf |
5 | autoconf |