mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Revert previous commit: stamp-h.in is now back in the top directory.
svn path=/trunk/yasm/; revision=946
This commit is contained in:
parent
9cfce9f04a
commit
70e0846514
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue