Some changes to configure
This commit is contained in:
parent
389d794af2
commit
31f5f341a2
4
source/configure
vendored
4
source/configure
vendored
@ -273,6 +273,7 @@ PACKAGE_VERSION='0.22.8.ugenk5'
|
|||||||
PACKAGE_STRING='bforce 0.22.8.ugenk5'
|
PACKAGE_STRING='bforce 0.22.8.ugenk5'
|
||||||
PACKAGE_BUGREPORT='e.kozhuhovskiy@gmail.com'
|
PACKAGE_BUGREPORT='e.kozhuhovskiy@gmail.com'
|
||||||
|
|
||||||
|
ac_default_prefix=/usr/local/fido
|
||||||
# Factoring default headers for most tests.
|
# Factoring default headers for most tests.
|
||||||
ac_includes_default="\
|
ac_includes_default="\
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -1608,6 +1609,9 @@ echo "${ECHO_T}$lockdir" >&6
|
|||||||
|
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_prog in 'bison -y' byacc
|
for ac_prog in 'bison -y' byacc
|
||||||
do
|
do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
|
@ -82,6 +82,10 @@ AC_ARG_WITH(uucp-lockdir, [ --with-uucp-lockdir specify directory for
|
|||||||
AC_MSG_RESULT($lockdir)
|
AC_MSG_RESULT($lockdir)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
dnl Some defaults
|
||||||
|
AC_PREFIX_DEFAULT(/usr/local/fido)
|
||||||
|
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user