Bug 10695 - C-style comment in configure.ac generates a warning during configure
Summary: C-style comment in configure.ac generates a warning during configure
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/compiz (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: David Reveman
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 14:49 UTC by Brice Goglin
Modified: 2007-04-20 16:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.