Changeset 1832470 in git for misc/configure.ac
- Timestamp:
- Nov 29, 2010, 2:45:22 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 014b65b05f3dcc53c2482f7290e78a289930ae54
- Parents:
- 16fdccdffdd9b92a6ee6bb676bee4368d3c4f672
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-11-29 14:45:22+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:43+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/configure.ac
r16fdcc r1832470 84 84 fi 85 85 86 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll87 dnl path stuff88 dnl89 90 project=singular91 component=misc92 93 dnl set exec_prefix, libdir, includedir to some sensible values94 dnl if they are not yet already set95 96 # expand prefix97 test "x$prefix" = xNONE && prefix=$ac_default_prefix98 if test "${with_rootdir+set}" != set; then99 AC_DEFINE_UNQUOTED(S_ROOT_DIR, "${prefix}", "Root-directory")100 else101 AC_DEFINE_UNQUOTED(S_ROOT_DIR, "${with_rootdir}", "Root-directory")102 fi103 104 105 # expand exec_prefixad106 if test "x$exec_prefix" = xNONE; then107 exec_prefix=${prefix}108 fi109 110 # expand libdir111 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"112 113 # expand includedir114 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"115 116 86 AC_CONFIG_FILES([Makefile]) 117 87 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.