Revert previous commit: stamp-h.in is now back in the top directory.

svn path=/trunk/yasm/; revision=946
This commit is contained in:
Peter Johnson 2003-05-05 06:59:14 +00:00
parent 9cfce9f04a
commit 70e0846514

View file

@ -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"