Changeset 3341
- Timestamp:
- 11/21/05 23:42:49 (3 years ago)
- Files:
-
- wire/trunk/configure (modified) (2 diffs)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/configure
r3338 r3341 7219 7219 ac_config_files="$ac_config_files Makefile" 7220 7220 7221 ac_config_files="$ac_config_files wire/Makefile"7222 7223 7221 7224 7222 # Configure libwired … … 7755 7753 # Handling of arguments. 7756 7754 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 7757 "wire/Makefile" ) CONFIG_FILES="$CONFIG_FILES wire/Makefile" ;;7758 7755 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 7759 7756 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 wire/trunk/configure.in
r3338 r3341 323 323 324 324 AC_CONFIG_FILES([Makefile]) 325 AC_CONFIG_FILES([wire/Makefile])326 325 327 326 # Configure libwired
