ltmain.sh (flatpak-1.15.1.tar.xz) | : | ltmain.sh (flatpak-1.15.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
# GNU Libtool is distributed in the hope that it will be useful, but | # GNU Libtool is distributed in the hope that it will be useful, but | |||
# WITHOUT ANY WARRANTY; without even the implied warranty of | # WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
# General Public License for more details. | # General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
PROGRAM=libtool | PROGRAM=libtool | |||
PACKAGE=libtool | PACKAGE=libtool | |||
VERSION="2.4.7 Debian-2.4.7-4" | VERSION="2.4.7 Debian-2.4.7-5" | |||
package_revision=2.4.7 | package_revision=2.4.7 | |||
## ------ ## | ## ------ ## | |||
## Usage. ## | ## Usage. ## | |||
## ------ ## | ## ------ ## | |||
# Run './libtool --help' for help with using this script from the | # Run './libtool --help' for help with using this script from the | |||
# command line. | # command line. | |||
## ------------------------------- ## | ## ------------------------------- ## | |||
skipping to change at line 2231 | skipping to change at line 2231 | |||
Try '$progname --help --mode=MODE' for a more detailed description of MODE. | Try '$progname --help --mode=MODE' for a more detailed description of MODE. | |||
When reporting a bug, please describe a test case to reproduce it and | When reporting a bug, please describe a test case to reproduce it and | |||
include the following information: | include the following information: | |||
host-triplet: $host | host-triplet: $host | |||
shell: $SHELL | shell: $SHELL | |||
compiler: $LTCC | compiler: $LTCC | |||
compiler flags: $LTCFLAGS | compiler flags: $LTCFLAGS | |||
linker: $LD (gnu? $with_gnu_ld) | linker: $LD (gnu? $with_gnu_ld) | |||
version: $progname $scriptversion Debian-2.4.7-4 | version: $progname $scriptversion Debian-2.4.7-5 | |||
automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` | automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` | |||
autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` | autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` | |||
Report bugs to <bug-libtool@gnu.org>. | Report bugs to <bug-libtool@gnu.org>. | |||
GNU libtool home page: <http://www.gnu.org/s/libtool/>. | GNU libtool home page: <http://www.gnu.org/s/libtool/>. | |||
General help using GNU software: <http://www.gnu.org/gethelp/>." | General help using GNU software: <http://www.gnu.org/gethelp/>." | |||
exit 0 | exit 0 | |||
} | } | |||
# func_lo2o OBJECT-NAME | # func_lo2o OBJECT-NAME | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |