Bug 10695

Summary: C-style comment in configure.ac generates a warning during configure
Product: xorg Reporter: Brice Goglin <brice.goglin>
Component: App/compizAssignee: David Reveman <reveman>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Brice Goglin 2007-04-20 14:49:26 UTC
Looks like a C-style comment at the beginning of the configure.ac:
  AC_PROG_INTLTOOL([0.23])
  AM_MAINTAINER_MODE

  /* decorator interface version */
  AC_DEFINE(DECOR_INTERFACE_VERSION, 20070319, [Decorator interface version])

  AC_ISC_POSIX

It generates the following error message:
  ../configure: line 2611: /bin: is a directory

Looks like it should be changed into a #

Brice
Comment 1 David Reveman 2007-04-20 16:11:35 UTC
Fixed in head.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.