Changeset 755 for trunk/configure.ac
- Timestamp:
- May 11, 2006 12:01:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r754 r755 26 26 # whether the package is actually there 27 27 AC_CONFIG_SRCDIR(configure.ac) 28 29 # Where should everything be installed by default? Here, we want it 30 # to be installed directly in 'bin', 'lib', 'include' subdirectories 31 # of the directory where configure is run. The default would be 32 # /usr/local. 33 AC_PREFIX_DEFAULT([`pwd`]) 28 34 29 35 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.