mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Actually use TARGET_CFLAGS on autoconf-driven builds (CVS 4826)
FossilOrigin-Name: dda3d658998b00748f0e7693b3756d45400e8c8a
This commit is contained in:
@@ -92,7 +92,7 @@ AC_INIT(sqlite, m4_esyscmd([cat VERSION | tr -d '\n']))
|
||||
dnl Put the RCS revision string after AC_INIT so that it will also
|
||||
dnl show in in configure.
|
||||
# The following RCS revision string applies to configure.in
|
||||
# $Revision: 1.34 $
|
||||
# $Revision: 1.35 $
|
||||
|
||||
#########
|
||||
# Programs needed
|
||||
@@ -613,6 +613,7 @@ AC_CONFIG_HEADERS(src/config.h)
|
||||
#########
|
||||
# Generate the output files.
|
||||
#
|
||||
AC_SUBST(TARGET_CFLAGS)
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
sqlite3.pc
|
||||
|
Reference in New Issue
Block a user