8000 fix issue in configure with bare comments · magic-coder/sqlcipher@a77ab89 · GitHub
[go: up one dir, main page]

Skip to content

Commit a77ab89

Browse files
committed
fix issue in configure with bare comments
1 parent bdd8d0a commit a77ab89

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

configure

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.62 for sqlcipher 3.8.0.2.
3+
# Generated by GNU Autoconf 2.69 for sqlcipher 3.8.0.2.
4+
#
5+
#
6+
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7+
#
48
#
59
# This configure script is free software; the Free Software Foundation
610
# gives unlimited permission to copy, distribute and modify it.
@@ -1638,7 +1642,7 @@ test -n "$ac_init_help" && exit $ac_status
16381642
if $ac_init_version; then
16391643
cat <<\_ACEOF
16401644
sqlcipher configure 3.8.0.2
1641-
generated by GNU Autoconf 2.62
1645+
generated by GNU Autoconf 2.69
16421646
16431647
Copyright (C) 2012 Free Software Foundation, Inc.
16441648
This configure script is free software; the Free Software Foundation
@@ -1647,8 +1651,9 @@ _ACEOF
16471651
exit
16481652
fi
16491653
1650-
It was created by sqlcipher $as_me 3.8.0.2, which was
1651-
generated by GNU Autoconf 2.62. Invocation command line was
1654+
## ------------------------ ##
1655+
## Autoconf initialization. ##
1656+
## ------------------------ ##
16521657
16531658
# ac_fn_c_try_compile LINENO
16541659
# --------------------------
@@ -2055,7 +2060,7 @@ cat >config.log <<_ACEOF
20552060
This file contains any messages produced by compilers while
20562061
running configure, to aid debugging if configure makes a mistake.
20572062
2058-
It was created by sqlcipher $as_me 3.8.0, which was
2063+
It was created by sqlcipher $as_me 3.8.0.2, which was
20592064
generated by GNU Autoconf 2.69. Invocation command line was
20602065
20612066
$ $0 $@
@@ -12001,7 +12006,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1200112006
# values after options handling.
1200212007
ac_log="
1200312008
This file was extended by sqlcipher $as_me 3.8.0.2, which was
12004-
generated by GNU Autoconf 2.62. Invocation command line was
12009+
generated by GNU Autoconf 2.69. Invocation command line was
1200512010
1200612011
CONFIG_FILES = $CONFIG_FILES
1200712012
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -12067,8 +12072,8 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1206712072
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1206812073
ac_cs_version="\\
1206912074
sqlcipher config.status 3.8.0.2
12070-
configured by $0, generated by GNU Autoconf 2.62,
12071-
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12075+
configured by $0, generated by GNU Autoconf 2.69,
12076+
with options \\"\$ac_cs_config\\"
1207212077
1207312078
Copyright (C) 2012 Free Software Foundation, Inc.
1207412079
This config.status script is free software; the Free Software Foundation

0 commit comments

Comments
 (0)
0