*** empty log message ***
This commit is contained in:
5
ase/configure
vendored
5
ase/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 1.66 .
|
||||
# From configure.ac Revision: 1.67 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for sse deb-0.1.0.
|
||||
#
|
||||
@ -12938,7 +12938,7 @@ then
|
||||
CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
|
||||
fi
|
||||
|
||||
ac_config_files="$ac_config_files makefile awk/makefile"
|
||||
ac_config_files="$ac_config_files makefile awk/makefile test/awk/makefile"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
@ -13466,6 +13466,7 @@ do
|
||||
# Handling of arguments.
|
||||
"makefile" ) CONFIG_FILES="$CONFIG_FILES makefile" ;;
|
||||
"awk/makefile" ) CONFIG_FILES="$CONFIG_FILES awk/makefile" ;;
|
||||
"test/awk/makefile" ) CONFIG_FILES="$CONFIG_FILES test/awk/makefile" ;;
|
||||
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
|
||||
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
||||
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
||||
|
Reference in New Issue
Block a user