* bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
Signed-off-by: Stepan Kasal <skasal@redhat.com>
+2008-07-02 Stepan Kasal <skasal@redhat.com>
+
+ Add quotes to the header of autoscan-generated source.
+ * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
+
2008-06-28 Andreas Schwab <schwab@suse.de>
* doc/autoconf.texi (autoscan Invocation): Fix spacing.
("# -*- Autoconf -*-\n" .
"# Process this file with autoconf to produce a configure script.\n" .
"\n" .
- "AC_PREREQ(@VERSION@)\n" .
- "AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)\n");
+ "AC_PREREQ([@VERSION@])\n" .
+ "AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])\n");
if (defined $cfiles[0])
{
print $file "AC_CONFIG_SRCDIR([$cfiles[0]])\n";