Browse Source

autogen: make shippable copies instead of most-probably-broken symlinks

master
Samuel Thibault 5 years ago
parent
commit
0328b8ed06
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      autogen.sh

+ 2
- 2
autogen.sh View File



aclocal -I m4 || exit 1 aclocal -I m4 || exit 1


${LIBTOOLIZE} || exit 1 ${LIBTOOLIZE} --copy || exit 1
autoheader || exit 1 autoheader || exit 1
automake --add-missing || exit 1 automake --add-missing --copy || exit 1
autoconf || exit 1 autoconf || exit 1

Loading…
Cancel
Save