Changeset 5417ff in git for configure.ac


Ignore:
Timestamp:
Feb 18, 2013, 3:37:56 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
c1ec9a82fe657765b7afd7c7afeff49a89b4dcc0
Parents:
81384bd682dd5f3d82dcdbb5f9b03b8e16f90d39
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-18 15:37:56+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-16 23:57:04+01:00
Message:
Added automake BuildSystem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r81384b r5417ff  
    157157
    158158AC_CONFIG_SUBDIRS([libpolys])
     159
    159160AC_CONFIG_FILES([Makefile])
    160161AC_CONFIG_FILES([kernel/Makefile])
    161162AC_CONFIG_FILES([numeric/Makefile])
    162163AC_CONFIG_FILES([Singular/Makefile])
    163 AC_CONFIG_FILES([IntegerProgramming/Makefile])
    164164AC_CONFIG_FILES([dyn_modules/Makefile])
    165165AC_CONFIG_FILES([dyn_modules/bigintm/Makefile])
    166166AC_CONFIG_FILES([dyn_modules/syzextra/Makefile])
    167 if test "x$ENABLE_GFANLIB" = xyes; then
    168  AC_CONFIG_SUBDIRS([gfanlib])
    169  AC_CONFIG_FILES([dyn_modules/callgfanlib/Makefile])
    170 fi
     167AC_CONFIG_FILES([dyn_modules/callgfanlib/Makefile])
     168AC_CONFIG_FILES([IntegerProgramming/Makefile])
    171169AC_CONFIG_FILES([libsingular-config])
     170AC_CONFIG_SUBDIRS([gfanlib])
    172171
    173172AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.