summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-02-18 22:49:43 +0000
committersabetts <sabetts>2001-02-18 22:49:43 +0000
commit11e164644657679850abbb4dbc4a4878dc99a75d (patch)
tree6eb35fa78873c0289c6c41ee736b76fa09cbc1fd /configure.in
parent0c5af626d7fadd25aa9875478a5fdf6a0836fbbe (diff)
downloadratpoison-11e164644657679850abbb4dbc4a4878dc99a75d.zip
removed man/Makefile from AC_OUTPUT
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 056ad29..f428d61 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-dnl $Id: configure.in,v 1.9 2001/02/17 03:16:05 algernon Exp $
+dnl $Id: configure.in,v 1.10 2001/02/18 22:49:43 sabetts Exp $
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(ratpoison, 0.0.6)
@@ -87,4 +87,4 @@ dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
AC_TYPE_SIGNAL
-AC_OUTPUT(Makefile doc/Makefile man/Makefile src/Makefile)
+AC_OUTPUT(Makefile doc/Makefile src/Makefile)