Skip to content

Commit 6b4f513

Browse files
committed
more CMakeLists.txt header
1 parent afe2353 commit 6b4f513

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ======================================================================
22
# CMakeLists.txt. Generated from CMakeLists.txt.in by configure.ac.
3+
# ======================================================================
34
# !!!!!!! DO NOT MODIFY THIS FILE !!!!!!!!
4-
# EDIT CMakeLists.txt.in INSTEAD AND RE-RUN autoreconf.
5+
# ======================================================================
6+
# EDIT CMakeLists.txt.in INSTEAD AND RE-RUN autoreconf/autogen.sh
57
# ======================================================================
68

79
cmake_minimum_required(VERSION 3.14)

CMakeLists.txt.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# ======================================================================
21
# @configure_input@
3-
# ======================================================================
42

53
cmake_minimum_required(VERSION 3.14)
64

buildstuff/sed-substitute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ esac
4747

4848
tmqname="$outname.tmq.$$"
4949

50-
${SED-sed} -e "s|^\(.*\)[@]configure_input[@]|\1$outname. Generated from $inname by configure.ac.\n\1!!!!!!! DO NOT MODIFY THIS FILE !!!!!!!!\n\1EDIT $inname INSTEAD AND RE-RUN autoreconf.|g" "$@" < "$inname" > "$tmqname" || {
50+
${SED-sed} -e "s|^\(.*\)[@]configure_input[@]|\1======================================================================\n\1$outname. Generated from $inname by configure.ac.\n\1======================================================================\n\1!!!!!!! DO NOT MODIFY THIS FILE !!!!!!!!\n\1======================================================================\n\1EDIT $inname INSTEAD AND RE-RUN autoreconf/autogen.sh\n\1======================================================================|g" "$@" < "$inname" > "$tmqname" || {
5151
s="$?"
5252
echo "$prog: Error running sed, exit code $s." >&2
5353
rm -f "$tmqname"

0 commit comments

Comments
 (0)