diff options
author | Milan Broz <gmazyland@gmail.com> | 2013-06-23 15:37:27 +0200 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2013-06-23 15:37:27 +0200 |
commit | 0d818d0a92d83e9d368a49c7a540db901c0c00cd (patch) | |
tree | e8ef9049c99460908fa0c5a2637312e9bb20e36a | |
parent | 42b0ab437a6ef332dd33e1eda144d2c3d9a70d23 (diff) | |
download | cryptsetup-0d818d0a92d83e9d368a49c7a540db901c0c00cd.tar.gz cryptsetup-0d818d0a92d83e9d368a49c7a540db901c0c00cd.tar.bz2 cryptsetup-0d818d0a92d83e9d368a49c7a540db901c0c00cd.zip |
Copy file in automake, never make symlinks.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ autopoint --force $AP_OPTS libtoolize --force --copy aclocal -I m4 $AL_OPTS autoheader $AH_OPTS -automake --add-missing --gnu $AM_OPTS +automake --add-missing --copy --gnu $AM_OPTS autoconf $AC_OPTS if test x$NOCONFIGURE = x; then |