Mercurial > hg > octave-lojdl > gnulib-hg
comparison gnulib-tool @ 6750:608add4e5b80
Support for packages that use "gettextize --intl". From Claudio Fontana.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 24 Apr 2006 11:35:07 +0000 |
parents | aca74c06bca0 |
children | 4d481eff340f |
comparison
equal
deleted
inserted
replaced
6749:912476e213eb | 6750:608add4e5b80 |
---|---|
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: 2006-04-24 11:30:00 $' | 25 cvsdatestamp='$Date: 2006-04-24 11:35:07 $' |
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= |
742 echo "SUFFIXES =" | 742 echo "SUFFIXES =" |
743 echo "MOSTLYCLEANFILES =" | 743 echo "MOSTLYCLEANFILES =" |
744 echo "CLEANFILES =" | 744 echo "CLEANFILES =" |
745 echo "DISTCLEANFILES =" | 745 echo "DISTCLEANFILES =" |
746 echo "MAINTAINERCLEANFILES =" | 746 echo "MAINTAINERCLEANFILES =" |
747 echo | |
748 echo "AM_CPPFLAGS =" | |
747 echo | 749 echo |
748 for module in $modules; do | 750 for module in $modules; do |
749 func_verify_nontests_module | 751 func_verify_nontests_module |
750 if test -n "$module"; then | 752 if test -n "$module"; then |
751 { | 753 { |