From f9eb36ea67269fbb537b2bd2d524d67c3b3b90cd Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 4 Jan 2009 09:03:50 +0000 Subject: [PATCH] Remove the 'touch aegisub/posix/config.h' kludge which is no longer required. Originally committed to SVN as r2632. --- autogen.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index f9804f9f4..be06d6981 100755 --- a/autogen.sh +++ b/autogen.sh @@ -280,9 +280,6 @@ fi -# XXX: This is a kludge until I sort out the config/includes situation. -touch ${srcdir}/aegisub/posix/config.h - echo "--- Converting BMP resource files -> XPM ---" # BMP -> XPM via src/res.rc cat ${srcdir}/aegisub/res.rc | ${BIN_AWK} -f ${srcdir}/scripts/unix-gen-xpm.awk BIN_CONVERT="$BIN_CONVERT" > ${srcdir}/aegisub/bitmaps/Makefile.bitmaps