--- ./include/ogg/config_types.h Fri Jul 19 10:13:16 2002 +++ ../libogg-1.0/./include/ogg/config_types.h Sat Oct 5 02:12:04 2002 @@ -4,7 +4,7 @@ /* these are filled in by configure */ typedef int16_t ogg_int16_t; typedef int32_t ogg_int32_t; -typedef u_int32_t ogg_uint32_t; +typedef uint32_t ogg_uint32_t; typedef int64_t ogg_int64_t; #endif --- ./ltmain.sh Tue Jul 2 13:12:16 2002 +++ ../libogg-1.0/./ltmain.sh Sat Oct 5 02:15:35 2002 @@ -61,7 +61,7 @@ default_mode= help="Try \`$progname --help' for more information." magic="%%%MAGIC variable%%%" -mkdir="mkdir" +mkdir="mkdir -p" mv="mv -f" rm="rm -f"