summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2003-05-05 06:59:14 +0000
committerPeter Johnson <peter@tortall.net>2003-05-05 06:59:14 +0000
commit70e0846514b411434e25b2de455cde8267a711af (patch)
tree663aed460806d7b16bd260dee550232ab0dfef44 /autogen.sh
parent9cfce9f04a1edaf21b854e257669531a8d2bdbda (diff)
downloadyasm-70e0846514b411434e25b2de455cde8267a711af.tar.gz
Revert previous commit: stamp-h.in is now back in the top directory.
svn path=/trunk/yasm/; revision=946
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 9e300ce1..cd5b9355 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $IdPath$
+# $IdPath: yasm/autogen.sh,v 1.9 2003/03/13 04:03:59 peter Exp $
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
@@ -74,7 +74,7 @@ if test ! -d "config"; then
mkdir config
fi
-rm -f libyasm/stamp-h.in
+rm -f stamp-h.in
#echo " gettextize -f --no-changelog"
#echo "N" | gettextize -f --no-changelog || exit 1
echo " aclocal $ACLOCAL_FLAGS"