comparison bootstrap.conf @ 24090:04e17bfe7a00

use move-if-change from gnulib via symlink instead of copying the file * bootstrap.conf (gnulib_files): New variable, include build-aux/move-if-change. * build-aux/move-if-change: Delete.
author Mike Miller <mtmiller@octave.org>
date Fri, 22 Sep 2017 18:59:22 -0700
parents 49e37560e0fe
children 312c00dd723a
comparison
equal deleted inserted replaced
24089:1909078be6c7 24090:04e17bfe7a00
98 unsetenv 98 unsetenv
99 vasprintf 99 vasprintf
100 waitpid 100 waitpid
101 " 101 "
102 102
103 # Additional gnulib files and scripts used by Octave's buildsystem.
104 gnulib_files="
105 build-aux/move-if-change
106 "
107
103 # Additional xgettext options to use. Use "\\\newline" to break lines. 108 # Additional xgettext options to use. Use "\\\newline" to break lines.
104 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\ 109 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
105 --from-code=UTF-8\\\ 110 --from-code=UTF-8\\\
106 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\\\ 111 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\\\
107 --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\ 112 --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\