Miscellaneous changes
This commit is contained in:
parent
1716c5515f
commit
8aa3672586
1 changed files with 0 additions and 4 deletions
4
acprep
4
acprep
|
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
touch AUTHORS
|
|
||||||
|
|
||||||
if which glibtoolize > /dev/null 2>&1; then
|
if which glibtoolize > /dev/null 2>&1; then
|
||||||
glibtoolize --automake -f -c
|
glibtoolize --automake -f -c
|
||||||
else
|
else
|
||||||
|
|
@ -91,5 +89,3 @@ elif [ "$1" = "--perf" ]; then
|
||||||
CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" \
|
CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" \
|
||||||
CXXFLAGS="$CXXFLAGS -ggdb3 -pg" "$@" $SWITCHES
|
CXXFLAGS="$CXXFLAGS -ggdb3 -pg" "$@" $SWITCHES
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm AUTHORS COPYING
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue