summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2012-02-21 14:18:59 +0000
committerAndreas Enge <andreas.enge@inria.fr>2012-02-21 14:18:59 +0000
commit06665736a5025da0517c8c98750af1f2cc876967 (patch)
tree1994973c7f6fa47f0e5e44d68c9e635e88a0b0ce /configure.ac
parent9e84a11d9a1bf919db2c7d1cf623858c91b47c09 (diff)
downloadmpc-git-06665736a5025da0517c8c98750af1f2cc876967.tar.gz
m4: replaced /* */ comments by #
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1126 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac34
1 files changed, 16 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac
index 97a4f26..a3cccbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,22 +1,20 @@
-/* configure.ac
+# Copyright (C) 2008, 2009, 2010, 2011 INRIA
+#
+# This file is part of GNU MPC.
+#
+# GNU MPC is free software; you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by the
+# Free Software Foundation; either version 3 of the License, or (at your
+# option) any later version.
+#
+# GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+# more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see http://www.gnu.org/licenses/ .
-Copyright (C) 2008, 2009, 2010, 2011 INRIA
-
-This file is part of GNU MPC.
-
-GNU MPC is free software; you can redistribute it and/or modify it under
-the terms of the GNU Lesser General Public License as published by the
-Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
-
-GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
-more details.
-
-You should have received a copy of the GNU Lesser General Public License
-along with this program. If not, see http://www.gnu.org/licenses/ .
-*/
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.