diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-09-18 12:36:20 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-09-18 12:36:20 +0200 |
commit | b8c6d0475f5e1a87a6dfbc9f62b7402b69052049 (patch) | |
tree | aaedcda8fab8714c523210665808aa4a2c27613c | |
parent | 73f8f4b98b479de6db4dedda53786c2e31e8c87d (diff) | |
download | libxcrypt-b8c6d0475f5e1a87a6dfbc9f62b7402b69052049.tar.gz libxcrypt-b8c6d0475f5e1a87a6dfbc9f62b7402b69052049.tar.bz2 libxcrypt-b8c6d0475f5e1a87a6dfbc9f62b7402b69052049.zip |
autogen.sh: Consider all files obsolete when running autoreconf.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,4 +30,4 @@ if [ -d .git ]; then run_cmd git clean -dfX fi -run_cmd autoreconf -iv -Wall,error +run_cmd autoreconf -fiv -Wall,error |