Changeset 9a738f in git for libpolys/reporter/configure.ac
- Timestamp:
- Dec 22, 2010, 5:00:42 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 86bbe35e2961078ce0b92b67a68c50da814c8cbb
- Parents:
- 6bec875c8867b15f03a3e57036653bb5cc8956ea
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-12-22 17:00:42+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:23+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/reporter/configure.ac
r6bec87 r9a738f 4 4 AC_PREREQ(2.61) 5 5 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) 6 AM_INIT_AUTOMAKE 6 7 AC_CONFIG_SRCDIR([reporter.h]) 7 8 AC_CONFIG_HEADER([config.h]) … … 12 13 AC_PROG_LN_S 13 14 AC_PROG_INSTALL 15 AC_PROG_RANLIB 14 16 15 17 # Checks for libraries. … … 49 51 AC_SUBST(PIPE) 50 52 51 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll52 dnl path stuff53 dnl54 55 project=singular56 component=reporter57 58 dnl set exec_prefix, libdir, includedir to some sensible values59 dnl if they are not yet already set60 61 # expand prefix62 test "x$prefix" = xNONE && prefix=$ac_default_prefix63 64 # expand exec_prefixad65 if test "x$exec_prefix" = xNONE; then66 exec_prefix=${prefix}67 fi68 69 # expand libdir70 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"71 72 # expand includedir73 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"74 75 53 AC_CONFIG_FILES([Makefile]) 76 54 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.