Changeset 16070
- Timestamp:
- 2008-06-19 13:34:48 (5 months ago)
- Files:
-
- other-projects/trunk/gs2build-extra/configure (modified) (1 diff)
- other-projects/trunk/gs2build-extra/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other-projects/trunk/gs2build-extra/configure
r15819 r16070 272 272 PACKAGE_BUGREPORT= 273 273 274 ac_unique_file=" lib/text_t.h"274 ac_unique_file="src/lib/text_t.h" 275 275 # Factoring default headers for most tests. 276 276 ac_includes_default="\ other-projects/trunk/gs2build-extra/configure.in
r15819 r16070 2 2 dnl Use autoconf-2.59 or later... it might not work anymore with 3 3 dnl the older 2.1x versions - jrm21 12/2004 4 AC_INIT( lib/text_t.h)4 AC_INIT(src/lib/text_t.h) 5 5 AC_CONFIG_HEADER(config.h) 6 6
