Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 46 → Rev 47

/nautilus-follow-symlink/trunk/nautilus/bootstrap.sh
0,0 → 1,11
#!/bin/sh -x
 
PATCH=kludges/libtool-honor-as-needed.patch
# Run this script to run the auto* tools in a correct order
 
echo "Trying to re-generate the build scripts..." >&2
test -f ltmain.sh && patch -R <"$PATCH"
autoreconf --install --symlink --verbose
patch < "$PATCH"
intltoolize --automake
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property