- Timestamp:
- Apr 27, 2008, 1:04:01 PM (17 years ago)
- Children:
- 1ddebb
- Parents:
- 16cd31
- Location:
- util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
util/Makefile.am
r16cd31 rb5279f0 1 1 #ACLOCAL_AMFLAGS = -I m4 2 SUBDIRS = doc 2 SUBDIRS = doc tests 3 3 4 4 bin_PROGRAMS = \ -
util/configure.ac
r16cd31 rb5279f0 61 61 AC_FUNC_MALLOC 62 62 AC_FUNC_REALLOC 63 64 # test suite 65 AC_CONFIG_TESTDIR(tests) 66 AC_CONFIG_FILES([tests/atlocal tests/Makefile]) 67 #AC_CONFIG_FILES([tests/pcp], [chmod +x tests/pcp]) 68 63 69 AC_CHECK_FUNCS([pow sqrt strchr strrchr strstr]) 64 70 AC_CONFIG_FILES([Makefile doc/Makefile])
Note:
See TracChangeset
for help on using the changeset viewer.