Changeset 6bb0d8 in git for libpolys/configure.ac


Ignore:
Timestamp:
Jun 16, 2020, 2:37:09 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5acb5ab2dc34160a8836fb30b1206317b8178971
Parents:
8b7ebfed239b67853aad0eec6fc2f727b9ec55d5ab7174f97f3aaf313466647c215f8a4bf78bcdaa
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-06-16 14:37:09+02:00
git-committer:
GitHub <noreply@github.com>2020-06-16 14:37:09+02:00
Message:
Merge pull request #1002 from fingolfin/mh/noexec

Remove executable bit from some files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/configure.ac

    r8b7ebf r6bb0d8  
    184184AC_CONFIG_FILES([polys/Makefile])
    185185AC_CONFIG_FILES([tests/Makefile])
    186 AC_CONFIG_FILES([libpolys-config libpolys.pc])
     186AC_CONFIG_FILES([libpolys-config], [chmod +x libpolys-config])
     187AC_CONFIG_FILES([libpolys.pc])
    187188AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.