Changeset 1832470 in git for misc/configure.ac


Ignore:
Timestamp:
Nov 29, 2010, 2:45:22 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
fix: auxiliary.h.in should be auxiliary.h
fix: removed old hacks from configure.ac
TODO: config.h?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/configure.ac

    r16fdcc r1832470  
    8484fi
    8585
    86 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    87 dnl path stuff
    88 dnl
    89 
    90 project=singular
    91 component=misc
    92 
    93 dnl set exec_prefix, libdir, includedir to some sensible values
    94 dnl if they are not yet already set
    95 
    96 # expand prefix
    97 test "x$prefix" = xNONE && prefix=$ac_default_prefix
    98 if test "${with_rootdir+set}" != set; then
    99   AC_DEFINE_UNQUOTED(S_ROOT_DIR, "${prefix}", "Root-directory")
    100 else
    101   AC_DEFINE_UNQUOTED(S_ROOT_DIR, "${with_rootdir}", "Root-directory")
    102 fi
    103 
    104 
    105 # expand exec_prefixad
    106 if test "x$exec_prefix" = xNONE; then
    107  exec_prefix=${prefix}
    108 fi
    109 
    110 # expand libdir
    111 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"
    112 
    113 # expand includedir
    114 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"
    115 
    11686AC_CONFIG_FILES([Makefile])
    11787AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.