- Timestamp:
- Oct 6, 2010, 5:00:30 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f093ba5e2b15f0f7b9fc7f07288a2b2ecd1b8b89
- Parents:
- 2cec00a77e017fd862bd19a1f629a79bb65587e9
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-10-06 17:00:30+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:32+01:00
- Location:
- misc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
misc/configure
r2cec00 r7b05b5 4019 4019 rm -f confcache 4020 4020 4021 project=singular 4022 component=misc 4023 4021 4024 test "x$prefix" = xNONE && prefix=$ac_default_prefix 4022 4025 # Let make expand exec_prefix. 4023 4026 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 4027 4028 # expand libdir 4029 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}" 4030 4031 # expand includedir 4032 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}" 4024 4033 4025 4034 DEFS=-DHAVE_CONFIG_H -
misc/configure.in
r2cec00 r7b05b5 83 83 fi 84 84 85 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll 86 dnl path stuff 87 dnl 88 89 project=singular 90 component=misc 91 92 dnl set exec_prefix, libdir, includedir to some sensible values 93 dnl if they are not yet already set 94 95 # expand prefix 85 96 test "x$prefix" = xNONE && prefix=$ac_default_prefix 86 97 if test "${with_rootdir+set}" != set; then … … 90 101 fi 91 102 103 104 # expand exec_prefixad 105 if test "x$exec_prefix" = xNONE; then 106 exec_prefix=${prefix} 107 fi 108 109 # expand libdir 110 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}" 111 112 # expand includedir 113 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}" 114 92 115 AC_CONFIG_FILES([Makefile]) 93 116 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.