Changeset a3a6a0 in git for m4


Ignore:
Timestamp:
Sep 1, 2016, 10:48:08 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d4e6a9eab50cd94d6a7a4660b9b587bfe8242de6
Parents:
f7a7431c2c9f7edfccca81fac262c41c14c61d09
Message:
change library name: libresources -> libsingular_resources
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    rf7a7431 ra3a6a0  
    151151AC_DEFUN([SING_USE_RESOURCES],
    152152[
    153  AC_ARG_ENABLE(resources,
    154   [AS_HELP_STRING([--disable-resources], [do NOT use libresources within the factory])],
     153 AC_ARG_ENABLE(singular_resources,
     154  [AS_HELP_STRING([--disable-singular_resources], [do NOT use libsingular_resources within the factory])],
    155155  [if test "x$enableval"  = "xyes"; then
    156156    ENABLE_RESOURCES=yes
     
    158158    ENABLE_RESOURCES=yes)
    159159
    160  AC_MSG_CHECKING(whether to use libresources in factory and co.)
     160 AC_MSG_CHECKING(whether to use libsingular_resources in factory and co.)
    161161 if test "x$ENABLE_RESOURCES" = xyes; then
    162162  AC_MSG_RESULT(yes)
    163163  RESOURCES_INCLUDES="-I$ac_abs_top_srcdir "
    164164
    165   RESOURCES_LIBS="$ac_abs_top_builddir/resources/libresources.la"
     165  RESOURCES_LIBS="$ac_abs_top_builddir/resources/libsingular_resources.la"
    166166
    167167  AC_SUBST(RESOURCES_INCLUDES)
     
    172172  ac_configure_args="$ac_configure_args $ENABLE_ARG"
    173173
    174   PKG_REQUIRE="$PKG_REQUIRE resources"
     174  PKG_REQUIRE="$PKG_REQUIRE singular_resources"
    175175  AC_SUBST(PKG_REQUIRE)
    176176 else
Note: See TracChangeset for help on using the changeset viewer.