Changeset 3c473c in git for configure.in


Ignore:
Timestamp:
Jul 17, 2010, 11:16:03 PM (14 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f9f879c1f6d30f79ea772c2280be1b75d3256e46
Parents:
5993263e7b80e15ba43d9e5bae47b11d5a90ae90
Message:
rename directory modules to dyn_modules
anticipating "modules" directory for cmake.



git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    r599326 r3c473c  
    848848dnl  SUBDIRS="$SUBDIRS rpm"
    849849dnl fi
    850 if test -d modules; then
    851   SUBDIRS="$SUBDIRS modules"
    852 fi
    853 if test -d "modules"; then
    854 dnl    OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" modules/Makefile"
    855    CONFIG_SUBDIRS=$CONFIG_SUBDIRS" modules"
    856    BUILD_SUBDIRS=$BUILD_SUBDIRS" modules"
     850if test -d dyn_modules; then
     851  SUBDIRS="$SUBDIRS dyn_modules"
     852fi
     853if test -d "dyn_modules"; then
     854dnl    OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" dyn_modules/Makefile"
     855   CONFIG_SUBDIRS=$CONFIG_SUBDIRS" dyn_modules"
     856   BUILD_SUBDIRS=$BUILD_SUBDIRS" dyn_modules"
    857857fi
    858858 
     
    860860if test "$with_svd" = yes; then
    861861  AC_MSG_RESULT(yes)
    862 dnl    OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" modules/Makefile"
     862dnl    OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" dyn_modules/Makefile"
    863863   CONFIG_SUBDIRS=$CONFIG_SUBDIRS" svd"
    864864   BUILD_SUBDIRS=$BUILD_SUBDIRS" svd"
Note: See TracChangeset for help on using the changeset viewer.