1
0
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:
mlcreech
2008-03-06 07:51:15 +00:00
parent d7f59456ce
commit df59c7c7d1
5 changed files with 40 additions and 36 deletions

View File

@@ -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