Changeset ce2120e in git for libpolys/resources
- Timestamp:
- Jan 12, 2011, 4:38:30 PM (13 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 8a8c9ed768299a5d5f445ef038c156b2bd2c1568
- Parents:
- 86bbe35e2961078ce0b92b67a68c50da814c8cbb
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-01-12 16:38:30+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:24+01:00
- Location:
- libpolys/resources
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/resources/configure.ac
r86bbe3 rce2120e 27 27 ac_cv_singuname="unknown" 28 28 fi 29 AC_DEFINE_UNQUOTED(S_UNAME, "$ac_cv_singuname" )29 AC_DEFINE_UNQUOTED(S_UNAME, "$ac_cv_singuname", Singular's own uname\, believe it or not) 30 30 SINGUNAME=$ac_cv_singuname 31 31 AC_SUBST(SINGUNAME) 32 32 33 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll34 dnl path stuff35 dnl36 37 project=singular38 component=resources39 40 AC_SUBST(project)41 42 dnl set exec_prefix, libdir, includedir to some sensible values43 dnl if they are not yet already set44 45 # expand prefix46 test "x$prefix" = xNONE && prefix=$ac_default_prefix47 48 # expand exec_prefixad49 if test "x$exec_prefix" = xNONE; then50 exec_prefix=${prefix}51 fi52 53 # expand libdir54 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"55 56 # expand includedir57 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"58 59 33 AC_CONFIG_FILES([Makefile]) 60 34 AC_OUTPUT -
libpolys/resources/feResource.h
r86bbe3 rce2120e 1 1 #ifndef FERESOURCE_H 2 2 #define FERESOURCE_H 3 4 #ifdef HAVE_SYS_PARAM_H 5 #include <sys/param.h> 6 #endif 7 8 #define DIR_SEP '/' 9 #define DIR_SEPP "/" 10 3 11 /***************************************************************** 4 12 *
Note: See TracChangeset
for help on using the changeset viewer.