From 545a7094629d203e5e11e27a3e9c77607a5c5895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Tue, 7 Sep 2004 11:33:46 +0000 Subject: [PATCH] Removing old autom4te.cache before autoreconf. Seems to be necessary on FC2. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@761 423420c4-83ab-492f-b58f-81f9feb106b5 --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index 68f4a17..7397914 100755 --- a/bootstrap +++ b/bootstrap @@ -1,2 +1,3 @@ #!/bin/sh +rm -rf autom4te.cache autoreconf -i