diff options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/edit-script.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/edit-script.sh.in b/build-aux/edit-script.sh.in index a25218cb..d5495057 100644 --- a/build-aux/edit-script.sh.in +++ b/build-aux/edit-script.sh.in @@ -21,8 +21,6 @@ mode=$3 -e "s|@INODECMD[@]|@INODECMD@|g" \ -e "s|@SEDINPLACEFLAGS[@]|@SEDINPLACEFLAGS@|g" \ -e "s|@SEDPATH[@]|@SEDPATH@|g" \ - -e "s|@DUFLAGS[@]|@DUFLAGS@|g" \ - -e "s|@DUPATH[@]|@DUPATH@|g" \ -e "s|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \ "$input" >"$output" |