- Timestamp:
- Apr 4, 2006, 11:34:37 AM (19 years ago)
- Location:
- branches/shared_lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/autogen.sh
r7269 r7276 41 41 #$SETUP_GETTEXT 42 42 echo "Running libtoolize, please ignore non-fatal messages...." 43 echo n | libtoolize --ltdl -- copy --force || exit;43 echo n | libtoolize --ltdl --automake --copy --force || exit; 44 44 45 # Add other directories to this list if people continue to experience46 # brokennesses ... Obviously the real answer is for them to fix it47 # themselves, but for Luke's sake we have this.48 #for dir in "/usr/local/share/aclocal" \49 # "/opt/gnome-1.4/share/aclocal"50 #do51 # if test -d $dir ; then52 # ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir"53 # fi54 #done55 56 libtoolize --force57 45 #aclocal $ACLOCAL_FLAGS -I ./m4 || exit; 58 46 aclocal-1.9 || aclocal || exit; -
branches/shared_lib/configure.ac
r7275 r7276 48 48 AC_LIBLTDL_CONVENIENCE 49 49 AC_LIBTOOL_DLOPEN 50 AC_LIBTOOL_WIN32_DLL 50 51 AC_PROG_LIBTOOL 51 52 AC_HEADER_STDC -
branches/shared_lib/src/world_entities/Makefile.am
r7269 r7276 41 41 # npcs/npc.cc 42 42 43 AM_LDFLAGS = - -export-dynamic -module43 AM_LDFLAGS = -module -no-undefined 44 44 45 45 pkglib_LTLIBRARIES = \
Note: See TracChangeset
for help on using the changeset viewer.