Mercurial > hg > octave-nkf > gnulib-hg
comparison gnulib-tool @ 6247:06bf58313e18
Oops.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 19 Sep 2005 15:31:32 +0000 |
parents | 7c089b3b2200 |
children | ba937772eda4 |
comparison
equal
deleted
inserted
replaced
6246:7c089b3b2200 | 6247:06bf58313e18 |
---|---|
20 # This program is meant for authors or maintainers which want to import | 20 # This program is meant for authors or maintainers which want to import |
21 # modules from gnulib into their packages. | 21 # modules from gnulib into their packages. |
22 | 22 |
23 progname=$0 | 23 progname=$0 |
24 package=gnulib | 24 package=gnulib |
25 cvsdatestamp='$Date: 2005-09-19 15:31:11 $' | 25 cvsdatestamp='$Date: 2005-09-19 15:31:32 $' |
26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` | 26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` |
27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` | 27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` |
28 | 28 |
29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH. | 29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH. |
30 AUTOCONFPATH= | 30 AUTOCONFPATH= |
1184 echo "AC_DEFUN([${macro_prefix}_FILE_LIST], [" | 1184 echo "AC_DEFUN([${macro_prefix}_FILE_LIST], [" |
1185 echo "$files" | sed -e 's,^, ,' | 1185 echo "$files" | sed -e 's,^, ,' |
1186 echo "])" | 1186 echo "])" |
1187 echo | 1187 echo |
1188 echo "# gnulib-comp.m4 ends here" | 1188 echo "# gnulib-comp.m4 ends here" |
1189 ) | 1189 ) > "$destdir"/$m4base/gnulib-comp.m4.tmp |
1190 if test -f "$destdir"/$m4base/gnulib-comp.m4; then | 1190 if test -f "$destdir"/$m4base/gnulib-comp.m4; then |
1191 if cmp "$destdir"/$m4base/gnulib-comp.m4 "$destdir"/$m4base/gnulib-comp.m4.tmp > /dev/null; then | 1191 if cmp "$destdir"/$m4base/gnulib-comp.m4 "$destdir"/$m4base/gnulib-comp.m4.tmp > /dev/null; then |
1192 rm -f "$destdir"/$m4base/gnulib-comp.m4.tmp | 1192 rm -f "$destdir"/$m4base/gnulib-comp.m4.tmp |
1193 else | 1193 else |
1194 if $doit; then | 1194 if $doit; then |