]> git.ipfire.org Git - thirdparty/curl.git/commit
configure.ac: make non-executable
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>
Thu, 17 Jun 2021 13:11:05 +0000 (09:11 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2021 15:09:37 +0000 (17:09 +0200)
commitd7cc6e2c66013920685e9447b9e221b50bff88f0
tree8ab76e46ed49100f4158ce532802f13d791b93de
parent6dd35dd3b51938a35a9d309e5831ccd4278768c3
configure.ac: make non-executable

it needs to be processed by autoconf or autoreconf, and doesn't have a
suitable shebang to be directly executed. other projects normally set
configure.ac -x.

Closes #7272
configure.ac [changed mode: 0755->0644]