From 70e0846514b411434e25b2de455cde8267a711af Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 5 May 2003 06:59:14 +0000 Subject: [PATCH] Revert previous commit: stamp-h.in is now back in the top directory. svn path=/trunk/yasm/; revision=946 --- autogen.sh | 4 ++-- 1 file 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"