Changeset 8d8fef in git for configure.ac


Ignore:
Timestamp:
Jul 29, 2019, 11:36:09 PM (5 years ago)
Author:
Murray Heymann <heymann.murray@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
feed60bef09898f675e0f8605ed0ac0eaa8bed5a
Parents:
da1ec3de158a4f05384b9a83be86fc4c1942ec5fc1b9ababa50e8059dd847da0957f50aea901e6a8
Message:
Merge branch 'machine_learning' of github.com:MHeymann/Sources into machine_learning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rda1ec3 r8d8fef  
    159159
    160160AX_LIB_SOCKET_NSL
     161
     162AC_ARG_WITH([libparse],
     163            [AS_HELP_STRING([--with-libparse],
     164              [compile and install libparse])],
     165            [optional_Singular_programs=libparse],
     166            [optional_Singular_programs=])
     167
     168AC_SUBST(optional_Singular_programs)
    161169
    162170AC_DEFINE_UNQUOTED([CC],"$CC",[CC])
     
    262270AC_CONFIG_FILES([IntegerProgramming/Makefile])
    263271
    264 AC_CONFIG_FILES([libsingular-config Singular.pc])
     272AC_CONFIG_FILES([libsingular-config], [chmod +x libsingular-config])
     273AC_CONFIG_FILES([Singular.pc])
    265274
    266275AC_CONFIG_FILES([emacs/Makefile])
Note: See TracChangeset for help on using the changeset viewer.