~ubuntu-branches/ubuntu/trusty/gengetopt/trusty

« back to all changes in this revision

Viewing changes to reconf

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 17:21:08 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205172108-ec2otggr7k1qlyny
Tags: 2.21-1ubuntu1
* Merge with Debian; remaining changes:
  - Fix build failures with g++-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1999, 2000, Lorenzo Bettini <http://www.lorenzobettini.it>
2
 
#  
3
 
# This file is free software; as a special exception the author gives
4
 
# unlimited permission to copy and/or distribute it, with or without 
5
 
# modifications, as long as this notice is preserved.
6
 
7
 
# This program is distributed in the hope that it will be useful, but
8
 
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9
 
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
 
 
11
 
# NOTE: I didn't like acconfig to erase my acconfig.h so I took it away
12
 
# Lorenzo
13
 
 
14
 
#!/bin/sh
15
 
rm -f config.cache
16
 
# rm -f acconfig.h
17
 
echo "- aclocal."
18
 
aclocal -I gl/m4
19
 
echo "- autoconf."
20
 
autoconf
21
 
# echo "- acconfig."
22
 
# acconfig
23
 
echo "- autoheader."
24
 
autoheader
25
 
echo "- automake."
26
 
automake -a
27
 
exit