Changeset 9a738f in git


Ignore:
Timestamp:
Dec 22, 2010, 5:00:42 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
Message:
migrated reporter to automake
Location:
libpolys/reporter
Files:
7 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/configure.ac

    r6bec87 r9a738f  
    44AC_PREREQ(2.61)
    55AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
     6AM_INIT_AUTOMAKE
    67AC_CONFIG_SRCDIR([reporter.h])
    78AC_CONFIG_HEADER([config.h])
     
    1213AC_PROG_LN_S
    1314AC_PROG_INSTALL
     15AC_PROG_RANLIB
    1416
    1517# Checks for libraries.
     
    4951AC_SUBST(PIPE)
    5052
    51 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    52 dnl path stuff
    53 dnl
    54 
    55 project=singular
    56 component=reporter
    57 
    58 dnl set exec_prefix, libdir, includedir to some sensible values
    59 dnl if they are not yet already set
    60 
    61 # expand prefix
    62 test "x$prefix" = xNONE && prefix=$ac_default_prefix
    63 
    64 # expand exec_prefixad
    65 if test "x$exec_prefix" = xNONE; then
    66  exec_prefix=${prefix}
    67 fi
    68 
    69 # expand libdir
    70 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"
    71 
    72 # expand includedir
    73 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"
    74 
    7553AC_CONFIG_FILES([Makefile])
    7654AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.