diff options
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index e93a00eea..8c02d61ae 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,7 @@ #!/bin/sh -e -# Generate config.h.in -echo "touch stamp-h" -touch stamp-h +rm -rf config.cache build +mkdir build # create po/Makefile.in.in glib-gettextize --force --copy |