initialised structures are sometimes emitted in the code section.
+1999-07-30 Pavel Roskin <pavel_roskin@geocities.com>
+
+ * ltmain.in: Ensure that gcc on HPsUX uses -fPIC, or else
+ initialised structures are sometimes emitted in the code section.
+
1999-07-02 Gary V. Vaughan <gary@oranda.demon.co.uk>
* configure.in: bumped version to 1.3.3a.
GNU libtool 1.3.3 was released.
+ * config.sub: updated from common.
+ * config.guess: ditto.
* NEWS: inserted todays date.
* configure.in: bumped version to 1.3.3.
AC_INIT(ltmain.in)
-AM_INIT_AUTOMAKE(libtool, 1.3.3a)
+AM_INIT_AUTOMAKE(libtool, 1.3.3)
# This is a sanity check so we can see which version is used in bug reports.
# It is assumed that we only want to see the date extension for cvs libtool
case "$compile_command " in
*" -static "*) ;;
*) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;
+ esac;;
+ *-*-hpux*)
+ case "$compile_command " in
+ *" -static "*) ;;
+ *) pic_flag_for_symtable=" $pic_flag -DPIC";;
esac
esac