aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-28 15:18:38 +0200
committerPetteri Räty <petsku@petteriraty.eu>2010-08-30 12:52:36 +0300
commitcc9b53c41e9ec6f947ac82e503f99bc04f12c90f (patch)
treee4d17d118b5cb5b755fdd58c853b988d14416797 /configure.ac
parentFix output supression escapes (diff)
downloadlibbash-cc9b53c41e9ec6f947ac82e503f99bc04f12c90f.tar.gz
libbash-cc9b53c41e9ec6f947ac82e503f99bc04f12c90f.tar.bz2
libbash-cc9b53c41e9ec6f947ac82e503f99bc04f12c90f.zip
build system: use dnl for comments (avoid copying them to configure script).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac34
1 files changed, 17 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index de60050..10e9305 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,20 +1,20 @@
-#############################################
-#Copyright 2010 Nathan Eloe
-#
-#This file is part of libbash.
-#
-#libbash is free software: you can redistribute it and/or modify
-#it under the terms of the GNU General Public License as published by
-#the Free Software Foundation, either version 2 of the License, or
-#(at your option) any later version.
-#
-#libbash 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 General Public License for more details.
-#
-#You should have received a copy of the GNU General Public License
-#along with libbash. If not, see <http://www.gnu.org/licenses/>.
-##############################################
+dnl ############################################
+dnl Copyright 2010 Nathan Eloe
+dnl
+dnl This file is part of libbash.
+dnl
+dnl libbash is free software: you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 2 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl libbash is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with libbash. If not, see <http://www.gnu.org/licenses/>.
+dnl #############################################
AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([m4])