summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2003-03-15 07:17:42 +0000
committerPeter Johnson <peter@tortall.net>2003-03-15 07:17:42 +0000
commitd348b43561ec68aab20b56e68833851984f7b3d0 (patch)
treee83a0cc599e822f7d951869ff7ee83ccc04dab37 /autogen.sh
parent8a48a41ac622456b4c9dabd40eb9c6a9bf3c5c6b (diff)
downloadyasm-d348b43561ec68aab20b56e68833851984f7b3d0.tar.gz
stamp-h.in is now in libyasm/.
svn path=/trunk/yasm/; revision=851
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9b7ebc1d..9e300ce1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -74,7 +74,7 @@ if test ! -d "config"; then
mkdir config
fi
-rm -f stamp-h.in
+rm -f libyasm/stamp-h.in
#echo " gettextize -f --no-changelog"
#echo "N" | gettextize -f --no-changelog || exit 1
echo " aclocal $ACLOCAL_FLAGS"